Solo/mute drumpad as reaction
Dear all,
Can somebody give a hint on how to mute/solo a drumpad in a drumrack?
This line does not seem to work:
The pads are numbered from C1? Is C1 drumpad 1?
self.drum_device.drum_pads[1].solo = True
Thanks for the help!
Wilfred Adegeest Answered question
Use the Conditions section in a Reaction Action Block to check the value sent by the input
(midi controller > current velocity values> button x’s latest velocity value)
Example:
Action Block 1
If the current value of the input is 127
set mute = True
Action Block 2
If the current value of the input is 0
set mute = True
More details on using conditions here: https://community.remotify.io/knowledge/how-reactions-work/
JohnC Edited answer
Sign up
User registration is currently not allowed.