Delphi ASIO & VST Package: DVSTEffect: record TVstMidiSysexEvent

Delphi ASIO & VST

record TVstMidiSysexEvent

DescriptionHierarchyFieldsMethodsProperties

Unit

DVSTEffect

Declaration

type TVstMidiSysexEvent = record

Description

 

Overview

Fields

EventType: TVSTEventType;
ByteSize: LongInt;
DeltaFrames: LongInt;
Flags: LongInt;
dumpBytes: LongInt;
resvd1: Pointer;
sysexDump: PChar;
resvd2: Pointer;

Description

Fields

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)


Generated by PasDoc 0.10.0 on 2007-11-13 13:04:19