Reaction Script for Send Button

303 viewsGeneral
0

Hi everyone was wondering if it was possible to have a button (momentary) be pressed to engage a send (1 of 3) to go to 100%, light up, and then when i press it go back to 0? and do this for 2/3 and 3/3

Can only get it to work when i hold it down at the moment but think a reaction would fix this

Many Thanks!

admin Changed status to publish May 22, 2024
Attached Files:
0

Answering to my own qeustion:

To turn hardware momentary button into CSS toggle you need:
– rename it in a template from “Button 1” to “A Button 1” – this will turn listener for that button from button into slider and you will see the listener options changes from “was pressed” (for a button) to “was moved” (for a slider)
– add a condition for 127 velocity match

thats all)

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