Jump through a list of devices with the push of a button
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
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.
Sign up
User registration is currently not allowed.