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

771 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

I do exactly this – although it’s “SHIFT+Button, because I’m using my own version of the APC Key 25.

When I press the Device button, that’s exactly what happens – first it goes into a mode where the 1st device is selected, and then when you SHIFT+Dev again, it moves to the next until there’s none left. Then it breaks, because I Don’t have something in place to stop going up when the last one is reached, but I reset to 0 when the mode is changed.

Here’s how I do it.

I use a modifier.
When initializing, the modifier is set to -1
Each time this button is SHIFT-pressed, the modifier is increased by one.
The Device is thus changed using the modifier (see image).
It should loop back to 0 or stop when the ‘number of devices’ is reached, but I don’t know how to get that number (I try, but I think I didn’t get that working). This is not important enough to me, since changing mode resets it to -1 again.

In other words, scrolling through the devices is GREAT for my workflow and the part where it kind of doesn’t work perfectly doesn’t impede my workflow at all.

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