How to find to maximum clip slot number of many tracks
Hi!
I have an arbitrary number of tracks, each containing a different number of clips.
I want to get the highest clip slot number of all tracks.
-> So I have to loop over tracks and then per track I have to loop over clip slots.
I did not find any solution to that problem, since nested loops seem to be not possible.
Or did I miss something?
admin Changed status to publish May 22, 2024
You can only loop through either the tracks or the clipslots in a track. Its not possible to combine these.
admin Changed status to publish May 22, 2024
Sign up
User registration is currently not allowed.