MIDI NoteDelay and NoteCut not received

Post Reply
User avatar
UNZ
Posts: 808
Joined: Mon Nov 21, 2011 9:42 pm
Contact:

MIDI NoteDelay and NoteCut not received

Post by UNZ »

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?
User avatar
UNZ
Posts: 808
Joined: Mon Nov 21, 2011 9:42 pm
Contact:

Re: MIDI NoteDelay and NoteCut not received

Post by UNZ »

never mind, these values are not supposed to be sent to the machine, pxp handles the delay and the cut by itself and just sends the note later / note off earlier. doh... :)
Post Reply