| Class TMyMidiEvent (unit Miditype) |
TPersistent
-------------------------------------------------------------------} { A MIDI input/output event
| Constructors |
| Functions |
destructor Destroy;-------------------------------------------------------------------} { Free any sysex buffer associated with the event
| Properties |
| Events |
| Variables |
Data1 : Byte;
Data2 : Byte;
MidiMessage : Byte;
Sysex : PChar;
SysexLength : Word;
Time : DWORD;| Constructors |
| Functions |
destructor Destroy;Pointer to sysex data buffer
-------------------------------------------------------------------} { Free any sysex buffer associated with the event
| Properties |
| Events |
| Variables |
Data1 : Byte;MIDI message status byte
Data2 : Byte;MIDI message data 1 byte
MidiMessage : Byte;
Sysex : PChar;Length of sysex data (0 if none)
SysexLength : Word;Time in ms since midiInOpen
Time : DWORD;MIDI message data 2 byte