Solo/mute drumpad as reaction

0

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
1

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
You are viewing 1 out of 5 answers, click here to view all answers.