Best way to create mappable sequencer matrix

Loukas Perreault's icon

Hi!
I was just wondering if this is the only/most effient way to create mappable matrix for sequencers in maxforlive.

Max Patch
Copy patch and select New From Clipboard in Max.

If you have any suggestions, I would be really glad. Maybe something that is scalable cause I realised I maybe want 16 step loll

Roman Thilenius's icon

most people would recommend you the maxtrixcontrol object - i for one would also use individual GUI objects for everything.

but i would write the status into a list (using pak) and do all the further processing, IO, presets, in that form.

Loukas Perreault's icon

Allright thanks for your answer. I don't really understand the status part tho... Matrixcontrol don't allow mapping inside a liveset. I also forgot about live.grid which is neater but still not mappable.

Max Patch
Copy patch and select New From Clipboard in Max.

double_UG's icon

bpatcher

Max Patch
Copy patch and select New From Clipboard in Max.

Loukas Perreault's icon

@DOUBLE_UG that's really nice! Thanks