Description | Hierarchy | Fields | Methods | Properties |
type TVstMidiSysexEvent = record
EventType: TVSTEventType; |
ByteSize: LongInt; |
DeltaFrames: LongInt; |
Flags: LongInt; |
dumpBytes: LongInt; |
resvd1: Pointer; |
sysexDump: PChar; |
resvd2: Pointer; |
EventType: TVSTEventType; |
to be casted from a VstEvent |
ByteSize: LongInt; |
kVstSysexType |
DeltaFrames: LongInt; |
24 |
Flags: LongInt; |
sample frames related to the current block start sample position |
dumpBytes: LongInt; |
not defined yet |
resvd1: Pointer; |
byte size of sysexDump |
sysexDump: PChar; |
zero (Reserved for future use) |
resvd2: Pointer; |
zero (Reserved for future use) |