Replies: 2 comments
-
I'm not familiar with MPE, let me read the spec and I'll get back to you. |
Beta Was this translation helpful? Give feedback.
-
Just to add to this: I've tried the same and here where I stand:
I have made a short demo sketch that takes three notes, slides one up and one down (I'm on a Raspberry 2040 chip):
When all volumes are on the same level, it works, but if they are different it gets all distorted as the volumes are successively applied to all channels. Checking the signal with MidiView, nothing seems out of place, all signals are associated to their proper channels. I am missing something obvious? |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm really glad to see that you've enabled Github Discussions!
I'm currently working on a breath-powered MIDI controller, and for it to work properly, I need to use the MPE (Midi Polyphonic Expression) mode. From the documentation on midi.org, I read that it may be necessary to signal my controller as an MPE capable board.
How can I send these "Zones" and "Modes" definitions using your library? I'm new to implementing Midi in my projects, so please tell me if I'm on the wrong track here.
I was able to send expressions CCs, notes, and etc. Even when splitting both of my notes and CC 11 (Expression) on separate channels, Garageband appears to apply the CC on both notes. Could I get some help with setting up for proper MPE communications?
Thank you very much
Beta Was this translation helpful? Give feedback.
All reactions