Used with BASS_MIDI_StreamEvents to apply events and BASS_MIDI_StreamGetEvents to retrieve events, and BASS_MIDI_StreamCreateEvents to play event sequences.
typedef struct {
DWORD event;
DWORD param;
DWORD chan;
DWORD tick;
DWORD pos;
} BASS_MIDI_EVENT;
| event | The event type. |
| param | The event parameter. |
| chan | The MIDI channel of the event... 0 = channel 1. |
| tick | The position of the event, in ticks. |
| pos | The position of the event, in bytes. |