Live.step "dump" "getextra1" etc. How to get extra1 + extra2 infos ??
Hello, in order to build a hardware controlled multi sequencer I need to get multiple infos about the sequences.
With getextra1 I can grab the infos and it's working as I want it to.
But I need extra1 + extra2 infos.
If I write [getextra1, getextra2] it just gives me extra2 infos.
I cant find the right message to send or the way to recieve.
I am new to max msp it could be simple solution.
Max Patch
Copy patch and select New From Clipboard in Max.
You can separate the two messages with route:
thaaaank you :) !