Jump through a list of devices with the push of a button

409 viewsCSS Questions
0

Hello community, I would like to jump through defined devices with the push of a button. As an example, if I have 3 EQs in the selected track then pressing the button should cause me to select the EQs in the track one after the other. I understood how to retrieve the positions of the corresponding devices and save them in modifiers or lists, I’m just stuck at the point where I jump to these positions one after another by pressing a single button. Maybe someone has an idea and can help me find out. Thank you

admin Changed status to publish May 22, 2024
Attached Files:
0

Actually, I think I did find “number of devices on the track” by pretending to set up a Loop.

self.get_num_of_devices(“tracks[0]”)

Haven’t tried updating the script yet, but that might work to stop the increment or loop to the beginning.

admin Changed status to publish May 22, 2024
Attached Files:
You are viewing 1 out of 4 answers, click here to view all answers.