how to get scene id number
I would like to have a small max audio effect at each single clipslot. If there is a clip, then it will do something, if not...nothing. This patch should give me these two values ($1 and $2) in order to be implemented in:
path live live_set tracks $1 clip_slots $2
The track ID number I can easily trace it using this patch:
but I am still trying to figure out how to get the ID number of the clip slot…
Herewith I have included the patch
Max Patch
Copy patch and select New From Clipboard in Max.
Ok
I kind of sort it out the problem by myself, but this is why it took me so long to get through.
Reaidn the columns (track) you get the track number, meanwhile with the raw readings (scenes) the value you get is the id number (so starting in my case from a value of 159) and not the real scene number.