one button to send 8 to max and volume to zero and vice versa
hi, I need a button to send my send 7 to max and the volume to minimum and I need it to make the opposite when I repress the button, I can t find how to do it in reactions, if anyone got an idea it would be nice!
thanks!
With regards to doing one action when button is pressed down, and a different action when button is released:
Have 1 reaction, the listener being your button
Add 2 action blocks (one for each button state: pressed, released)
Add a condition in each block, which checks the velocity value of the button (midi controller > current velocity values > YOUR BUTTON)
The condition in the first action block should say: BUTTON is EQUAL T0, 127
And in the second block the condition should say: BUTTON is not EQUAL T0 127
Sign up
User registration is currently not allowed.