Delphi ASIO & VST Package: DVSTParameters: Class TCustomVstParameterProperties

Delphi ASIO & VST

Class TCustomVstParameterProperties

DescriptionHierarchyFieldsMethodsProperties

Unit

DVSTParameters

Declaration

type TCustomVstParameterProperties = class(TOwnedCollection)

Description

Hierarchy

  • TOwnedCollection
  • TCustomVstParameterProperties

Overview

Methods

Public constructor Create(AOwner: TComponent);
Public destructor Destroy; override;
Public procedure WriteVSTXML; overload;
Public procedure WriteVSTXML(FileName : TFileName); overload;
Public function Add: TCustomVstParameterProperty;
Public function Insert(Index: Integer): TCustomVstParameterProperty;
Public procedure Delete(Index: Integer);

Properties

Public property Count;
Public property VSTModule: TBasicVSTModule read FVSTModule write FVSTModule;

Description

Methods

Public constructor Create(AOwner: TComponent);
 
Public destructor Destroy; override;
 
Public procedure WriteVSTXML; overload;
 
Public procedure WriteVSTXML(FileName : TFileName); overload;
 
Public function Add: TCustomVstParameterProperty;
 
Public function Insert(Index: Integer): TCustomVstParameterProperty;
 
Public procedure Delete(Index: Integer);
 

Properties

Public property Count;
 
Public property VSTModule: TBasicVSTModule read FVSTModule write FVSTModule;
 

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