MIDI NoteDelay and NoteCut not received
Posted: Sun Oct 23, 2022 7:47 pm
In my native machine i'm capturing midi input via the following:
virtual void MidiControlChange(int const ctrl, int const channel, int const value)
this works for the following columns in PXP:
-MIDI Pitch Wheel
-MIDI CC
It does not work (function is not called) for:
-MIDI Note Delay
-MIDI Note Cut
virtual void MidiNote(int const channel, int const value, int const velocity)
obviously doesn't have these values either.
Yet Qsamo and PVST are somehow able to read these values. how?
virtual void MidiControlChange(int const ctrl, int const channel, int const value)
this works for the following columns in PXP:
-MIDI Pitch Wheel
-MIDI CC
It does not work (function is not called) for:
-MIDI Note Delay
-MIDI Note Cut
virtual void MidiNote(int const channel, int const value, int const velocity)
obviously doesn't have these values either.
Yet Qsamo and PVST are somehow able to read these values. how?