btw, I'm ok with my protodeck controller and just began to "connect it" to Live through m4L!
briefly, when I push a button, it sends a midi note on, and when I release it, a midi note off.
right.
I checked the midi note bytes sent by the protodeck using midiOX.
everything is fine.
when I'm using midiin => midiparse in order to check it in m4L... it seems m4L doesn't receive (or interpret) messages correctly.
example of message sent and understood
byte0: 0x90 (noteON, channel 1)
byte1: 0x07 (8th note)
byte2: 127 (when I push it, max velocity sent)
midiOX understands it very well.
m4L understands it ... very well
example of message sent and MISunderstood
byte0: 0x91 (noteON, channel 2)
byte1: 0x07 (8th note)
byte2: 127 (when I push it, max velocity sent)
midiOX understands it very well.
m4L understands it as a message on channel 1... and all the same for the other message:
pitch understood correctly, velocity too, .... NOT THE CHANNEL
any ideas ?!
