Description | Hierarchy | Fields | Methods | Properties |
type TCustomVstShellPlugin = class(TCollectionItem)
![]() |
UID: Integer; |
![]() |
constructor Create(ACollection: TCollection); override; |
![]() |
destructor Destroy; override; |
![]() |
property DisplayName; |
![]() |
property numInputs: Integer read FNumInputs write FNumInputs default -1; |
![]() |
property numOutputs: Integer read FNumOutputs write FNumOutputs default -1; |
![]() |
property numParams: Integer read FNumParams write FNumParams default -1; |
![]() |
property numPrograms: Integer read FNumPrograms write FNumPrograms default -1; |
![]() |
property PlugCategory: TVstPluginCategory read FPlugCategory write FPlugCategory; |
![]() |
property UniqueID: string read GetUniqueID write SetUniqueID; |
![]() |
property VSTModule: TBasicVSTModule read FVSTModule write FVSTModule; |
![]() |
property OnInstanciate: TUIDInstantiateEvent read FOnInstanciate write FOnInstanciate; |
![]() |
UID: Integer; |
![]() |
constructor Create(ACollection: TCollection); override; |
![]() |
destructor Destroy; override; |
![]() |
property DisplayName; |
![]() |
property numInputs: Integer read FNumInputs write FNumInputs default -1; |
![]() |
property numOutputs: Integer read FNumOutputs write FNumOutputs default -1; |
![]() |
property numParams: Integer read FNumParams write FNumParams default -1; |
![]() |
property numPrograms: Integer read FNumPrograms write FNumPrograms default -1; |
![]() |
property PlugCategory: TVstPluginCategory read FPlugCategory write FPlugCategory; |
![]() |
property UniqueID: string read GetUniqueID write SetUniqueID; |
![]() |
property VSTModule: TBasicVSTModule read FVSTModule write FVSTModule; |
![]() |
property OnInstanciate: TUIDInstantiateEvent read FOnInstanciate write FOnInstanciate; |