Save the position of the pressed drum pad

2.91K viewsCSS Questions
0

Hello! I’ve been trying this for a few days and I’m not able to. I hope you can help me.

I would like to save in a modifier the number corresponding to the last drum pad pressed. The reason is that I have an encoder, which depending on which drum pad is pressed, will do a different thing (it will change different modes according to a modifier).

In summary. A modifier with the numbers 1 to 16 according to the last drum pad that was pressed in a drum rack (Kick, Rim, Snare, HH …)

THANK YOU!

admin Changed status to publish
Attached Files:
0

Hi guys,

Just chiming in on this, I believe Christian’s approach is the way to do it – meaning, you will need to use button/pad presses on your midi controller as listeners. Drumpads themselves don’t have listeners…

I was thinking ‘live object model > song > selected parameter’ could do the job, until I tested it and realised – doh, drumpads aren’t parameters.
Then I thought – what about using ‘selected drumpad > name changed’ as the listener, then checked and – doh again, drumpads don’t have a ‘selected drum pad’ option.

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