Receiving more than one MIDI CC message from Elektron Machinedrum
Hi!
I'm trying to use Machinedrum as a sequencer for a few instruments that I've made in Max. I have a problem with parameter locks, because, when I p-lock a few controllers for specified note on midi channel 1, I'm only receiving a value of the controller with highest number, even if i locked parameters for two other controllers. I thought that it might be some kind of a list, so I tried to use 'unpack' object on control change outlet of midiparse object, but that wouldn't help. Does anyone have any idea how to receive all the CC messages?
nevermind, solved with 'thresh' object ;)