Unit 'DAV_VSTShellPlugins' Package
[Overview][Types][Classes][Index] [#pl_asiovst]

TCustomVstShellPlugin

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: DAV_VSTShellPlugins.pas line 43

type TCustomVstShellPlugin = class(TCollectionItem)

protected

  procedure AssignTo(); override;

  

  procedure SetDisplayName(); override;

  

  function GetDisplayName; override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

published

  property DisplayName;

  

  property NumInputs: Integer; [rw]

  

  property NumOutputs: Integer; [rw]

  

  property NumParams: Integer; [rw]

  

  property NumPrograms: Integer; [rw]

  

  property PlugCategory: TVstPluginCategory; [rw]

  

  property UniqueID: AnsiString; [rw]

  

  property VSTModule: TBasicVSTModule; [rw]

  

  property OnInstanciate: TUIDInstantiateEvent; [rw]

  

end;

Inheritance

TCustomVstShellPlugin

  

|

TObject



CT Web help

CodeTyphon Studio