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

TCustomVstProgram

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

Declaration

Source position: DAV_VSTPrograms.pas line 13

type TCustomVstProgram = class(TCollectionItem)

protected

  FParameter: array of Single;

  

  FChunkData: TMemoryStream;

  

  procedure AssignTo(); override;

  

  procedure SetDisplayName(); override;

  

  function GetDisplayName; override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  function ParameterCount;

  

  procedure SetParameterCount();

  

  procedure SetParameters();

  

  procedure CopyParameters();

  

  property Parameter []: Single; [rw]

  

  property Chunk: TMemoryStream; [rw]

  

  property DisplayName;

  

  property VSTModule: TBasicVSTModule; [rw]

  

  property OnInitialize: TNotifyEvent; [rw]

  

  property OnLoadChunk: TChunkEvent; [rw]

  

  property OnStoreChunk: TChunkEvent; [rw]

  

end;

Inheritance

TCustomVstProgram

  

|

TObject



CT Web help

CodeTyphon Studio