Description | Hierarchy | Fields | Methods | Properties |
type TCustomVstProgram = class(TCollectionItem)
![]() |
constructor Create(ACollection: TCollection); override; |
![]() |
destructor Destroy; override; |
![]() |
function ParameterCount: integer; |
![]() |
procedure SetParameterCount(cnt: integer); |
![]() |
property Parameter[AIndex: Integer]: Single read GetParameter write SetParameter; |
![]() |
property Chunk: TMemoryStream read fChunkData write fChunkData; |
![]() |
property DisplayName; |
![]() |
property VSTModule: TBasicVSTModule read FVSTModule write FVSTModule; |
![]() |
property OnInitialize: TNotifyEvent read FOnInitialize write FOnInitialize; |
![]() |
property OnLoadChunk: TChunkEvent read FOnLoadChunk write FOnLoadChunk; |
![]() |
property OnStoreChunk: TChunkEvent read FOnStoreChunk write FOnStoreChunk; |
![]() |
constructor Create(ACollection: TCollection); override; |
![]() |
destructor Destroy; override; |
![]() |
function ParameterCount: integer; |
![]() |
procedure SetParameterCount(cnt: integer); |
![]() |
property Parameter[AIndex: Integer]: Single read GetParameter write SetParameter; |
![]() |
property Chunk: TMemoryStream read fChunkData write fChunkData; |
![]() |
property DisplayName; |
![]() |
property VSTModule: TBasicVSTModule read FVSTModule write FVSTModule; |
![]() |
property OnInitialize: TNotifyEvent read FOnInitialize write FOnInitialize; |
![]() |
property OnLoadChunk: TChunkEvent read FOnLoadChunk write FOnLoadChunk; |
![]() |
property OnStoreChunk: TChunkEvent read FOnStoreChunk write FOnStoreChunk; |