Momentary button to send effect with max value

3.08K viewsCSS Questions
0

I have a momentary button and I wanna send my send1 to max value (127). I also have a Knob1 that controls the send1. But additionally I want to have a that momentary button. For some reason I can’t manage to send the value of the send1 to max when pressed.

I tried with reaction, but without success (but maybe there is a easier way):

Listener: Button 1o was pressed
Action Block1:
Condition: Button 10 latest velocity value is equal – 127
Action: MIDI Controller – send MIDI velocity value to Controller input Knob1 Value 127
Action Block2:
Condition: Button 10 latest velocity value is not equal – 127
Action: MIDI Controller – send MIDI velocity value to Controller input Knob1 Value 0

Maybe it’s wront to send the velocity value to Knob1, but I couldn’t find an option how to set the send1 directly.

Any ideas on how I can achieve this?
Any help is appreciated

Rouz Answered question
Attached Files:
0

Hi all, I have managed to create momentary buttons that set the send value to max when pressed. Hope this helps (check the screenshots below):

For this I had to create 2 Reactions for every Button

– for when the button is pressed

– for when the button is released

Is there any other way?
Because it is a bit nerve-racking, maybe someone (John?) knows an easier way.. maybe using modifiers?

QUESTION:

On release, I would like the send value to be set to whatever was the previous value. Currently, when I release the button it sets the send value to 0.

For example:
– send value = 20
– button press -> value = 100
– button release -> value = 20 (NOT 0)

Does anyone have any directions on how I can achieve this?
Thanks a lot

Rouz Answered question
You are viewing 1 out of 16 answers, click here to view all answers.