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
Honestly I don’t think it’s very complicated – if you want to specify a type of device your reaction is more complicated, but I’d say go simple – at least to start. Have the button just scroll through device to device – increasing the device number each time.
Set the knob or buttons to control the device number the modifier says.
It’s only ONE actions in the reaction.
First listen for the button.
Condition – make sure the buttons up (so it’s not scrolling while you’re pressing a key: latest velocity is less than 1
(Optional condition that the modifier is not more than the number of devices in the track)
then:
– add 1 to the modifier
This way – since you’ll be looking at the screen and you’ll even see blue hand and/or the name of the device as it’s selected – you can just press it until you reach the EQ you’re looking for.
Note that it will NOT go into the chain – that’s a second level. So if you have a rack, I believe you’ll be looking at the macro knobs OF the rack and your on off or paramaters will only be on that macro list – not diving in to the individual devices.
Sign up
User registration is currently not allowed.