benirose / O_C-BenisphereSuite

Benisphere Suite is a continuation of Hemisphere Suite, an alternate firmware for Ornament and Crime, featuring a dual-applet framework with dozens of different modular functions.
168 stars 17 forks source link

MIDI In doesn't handle overlapping notes #71

Open khogeland opened 1 year ago

khogeland commented 1 year ago

Hi, I'm trying to hook up a MIDI keyboard, but it's not really playable because the MIDI In app doesn't handle overlapping keys well:

I haven't thought about how velocity or the other signals should behave, I only tried these two

djphazer commented 1 year ago

I just made a tweak in my fork so that Gate only turns off when Note Off matches the most recent Note On. This feels a little better to me, but I'll try to improve on it more when I can.

To do it properly will require some work to keep track of multiple notes. I plan on eventually giving the whole MIDI system an overhaul!