Remove all value listeners and control affectations for a certain mode

1.12K viewsCSS Questions
0

Hi,

I created a controller template using all the controls on my midi keyboard (Alesis V49). I created 4 different modes triggered by the buttons, but, for the first mode (Perform), I need to be able to use the notes and drums pads that are affected to different functions in the other 3 modes. Is there a way to remove all value listeners and control affectations for that specific mode?

Thanks!

admin Changed status to publish
Attached Files:
0

Am I right in understanding that you started with a controller template in which your keys and pads were defined as controls?
This will intercept all their midi data as you say, unless you remove them.
At the moment it’s “either/or” – either you register them for use in the script, or they bypass the script altogether – unless you want to go to the extra trouble of hooking certain registered controls to the parameters of a Max utility device to convert their values back to midi, in a particular mode.

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