Delphi ASIO & VST Package: DVSTEffect: packed record TVstEvent

Delphi ASIO & VST

packed record TVstEvent

DescriptionHierarchyFieldsMethodsProperties

Unit

DVSTEffect

Declaration

type TVstEvent = packed record

Description

 

Overview

Fields

EventType: TVSTEventType;
ByteSize: LongInt;
DeltaFrames: LongInt;
Flags: LongInt;
Data: array[0..15] of Byte;

Description

Fields

EventType: TVSTEventType;

a generic timestamped event

ByteSize: LongInt;

see above

DeltaFrames: LongInt;

of this event, excl. type and ByteSize

Flags: LongInt;

sample frames related to the current block start sample position

Data: array[0..15] of Byte;

generic flags, none defined yet (0)


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