| Class TMyMidiHdr (unit Miditype) |
TObject
| Constructors |
constructor Create(BufferSize: Word);| Functions |
destructor Destroy;| Properties |
| Events |
| Variables |
hdrHandle : THandle;
hdrPointer : PMIDIHDR;
sysexHandle : THandle;
sysexPointer : Pointer;| Constructors |
constructor Create(BufferSize: Word);-------------------------------------------------------------------} { Allocate memory for the sysex header and buffer
| Functions |
destructor Destroy;-------------------------------------------------------------------
| Properties |
| Events |
| Variables |
hdrHandle : THandle;
hdrPointer : PMIDIHDR;
sysexHandle : THandle;
sysexPointer : Pointer;