Unit 'DAV_VSTHostAudioData' Package
[Overview][Classes][Index] [#pl_asiovst]

TVstPlugInAudioData

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

Declaration

Source position: DAV_VSTHostAudioData.pas line 53

type TVstPlugInAudioData = class(TCustomVstPlugInAudioData)

published

  property Active: Boolean;

  

  property AutomationState: TAutomationState;

  

  property CurrentProcessLevel: TCurrentProcessLevel;

  

  property DisplayName: string;

  

  property DLLFileName: TFileName;

  

  property EditVisible: Boolean;

  

  property EffectOptions: TEffFlags;

  

  property InitialDelay: Integer;

  

  property numInputs: Integer;

  

  property numOutputs: Integer;

  

  property numParams: Integer;

  

  property numPrograms: Integer;

  

  property PlugCategory: TVstPluginCategory;

  

  property PluginVstVersion: Integer;

  

  property ProductString: AnsiString;

  

  property ProgramName: AnsiString;

  

  property CurrentProgram: Integer;

  

  property ReplaceOrAccumulate: TReplaceOrAccumulate;

  

  property UniqueID: AnsiString;

  

  property VendorString: AnsiString;

  

  property VendorVersion: Integer;

  

  property Version: Integer;

  

  property VstOfflineTasks: TOwnedCollection;

  

  property OnAfterLoad: TNotifyEvent;

  

  property OnAudioMasterAutomate: TVstAutomateEvent;

  

  property OnAudioMasterBeginEdit: TVstAutomationNotifyEvent;

  

  property OnAudioMasterEndEdit: TVstAutomationNotifyEvent;

  

  property OnAudioMasterIdle: TNotifyEvent;

  

  property OnAudioMasterIOChanged: TNotifyEvent;

  

  property OnAudioMasterNeedIdle: TNotifyEvent;

  

  property OnAudioMasterOfflineGetCurrentMetaPass: TNotifyEvent;

  

  property OnAudioMasterOfflineGetCurrentPass: TNotifyEvent;

  

  property OnAudioMasterOfflineRead: TVstOfflineEvent;

  

  property OnAudioMasterOfflineStart: TNotifyEvent;

  

  property OnAudioMasterOfflineWrite: TVstOfflineEvent;

  

  property OnAudioMasterPinConnected: TVstPinConnectedEvent;

  

  property OnAudioMasterSetOutputsampleRate: TVstSampleRateChangedEvent;

  

  property OnAudioMasterUpdateDisplay: TNotifyEvent;

  

  property OnAudioMasterWantMidi: TNotifyEvent;

  

  property OnProcessEvents: TVstProcessEventsEvent;

  

  property OnVendorSpecific: TVendorSpecificEvent;

  

  property GUIStyle: TGUIStyle;

  

  property OnCloseEdit: TNotifyEvent;

  

  property OnShowEdit: TVstShowEditEvent;

  

end;

Inheritance

TVstPlugInAudioData

  

|

TCustomVstPlugInAudioData

  

|

TCustomVstPlugIn

  

|

TObject



CT Web help

CodeTyphon Studio