Hi, i've encountered an issue while testing my keyboard controller. The output in MIOS Studio shows correct note on/off (key pressed down = on, key released = off) events, but when i'm testing on a separate music computer running Cubase those events seem inverted (on -> off and off -> on) Cubase MIDI monitor shows something like this on a single C3 press: Note On C3 0 Note On C3 127 It looks like Note Off events are missing and strange 0 events are triggered b