MIM_MOREDATA top-level constant

int const MIM_MOREDATA

The MIM_MOREDATA message is sent to a MIDI input callback function when a MIDI message is received by a MIDI input device but the application is not processing MIM_DATA messages fast enough to keep up with the input device driver. The callback function receives this message only when the application specifies MIDI_IO_STATUS in the call to the midiInOpen function.

Implementation

const MIM_MOREDATA = MM_MIM_MOREDATA;