General Midi Flags.
Namespace: radio42.Multimedia.Midi
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.2
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
MIDI_CALLBACK_NULL | 0 | No callback. | |
MIDI_CALLBACK_FUNCTION | 196608 | To be used with MIDI_InOpen(IntPtr, Int32, MIDIINPROC, IntPtr, MIDIFlags) or MIDI_OutOpen(IntPtr, Int32, MIDIOUTPROC, IntPtr) to define the general Midi callback procedure address. | |
MIDI_IO_STATUS | 32 | When this parameter is also specified with the MIDI_CALLBACK_FUNCTION, then MIM_MOREDATA messages are sent to the callback function as well as MIM_DATA messages. |
See Also