Delphi ASIO & VST Package: DVSTPrograms: Class TCustomVstProgram

Delphi ASIO & VST

Class TCustomVstProgram

DescriptionHierarchyFieldsMethodsProperties

Unit

DVSTPrograms

Declaration

type TCustomVstProgram = class(TCollectionItem)

Description

Hierarchy

  • TCollectionItem
  • TCustomVstProgram

Overview

Methods

Public constructor Create(ACollection: TCollection); override;
Public destructor Destroy; override;
Public function ParameterCount: integer;
Public procedure SetParameterCount(cnt: integer);

Properties

Public property Parameter[AIndex: Integer]: Single read GetParameter write SetParameter;
Public property Chunk: TMemoryStream read fChunkData write fChunkData;
Published property DisplayName;
Published property VSTModule: TBasicVSTModule read FVSTModule write FVSTModule;
Published property OnInitialize: TNotifyEvent read FOnInitialize write FOnInitialize;
Published property OnLoadChunk: TChunkEvent read FOnLoadChunk write FOnLoadChunk;
Published property OnStoreChunk: TChunkEvent read FOnStoreChunk write FOnStoreChunk;

Description

Methods

Public constructor Create(ACollection: TCollection); override;
 
Public destructor Destroy; override;
 
Public function ParameterCount: integer;
 
Public procedure SetParameterCount(cnt: integer);
 

Properties

Public property Parameter[AIndex: Integer]: Single read GetParameter write SetParameter;
 
Public property Chunk: TMemoryStream read fChunkData write fChunkData;
 
Published property DisplayName;
 
Published property VSTModule: TBasicVSTModule read FVSTModule write FVSTModule;
 
Published property OnInitialize: TNotifyEvent read FOnInitialize write FOnInitialize;
 
Published property OnLoadChunk: TChunkEvent read FOnLoadChunk write FOnLoadChunk;
 
Published property OnStoreChunk: TChunkEvent read FOnStoreChunk write FOnStoreChunk;
 

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