BASS.NET API for the Un4seen BASS Audio LibraryBASS_VST_INFO MembersBASS.NET API for the Un4seen BASS Audio Library

The BASS_VST_INFO type exposes the following members.
Constructors

  NameDescription
Public methodBASS_VST_INFO
Default constructor.
Back to Top
Methods

  NameDescription
Public methodToString
Returns a description string for the VST plugin info.
(Overrides OnlineObject ToString .)
Back to Top
Fields

  NameDescription
Public fieldaeffect
The underlying AEffect object (see the VST SDK).
Public fieldchannelHandle
Public fieldchansIn
Maximum number of possible input channels (should be at least 1 here).
Public fieldchansOut
Maximum number of possible output channels (should be at least 1 here).
Public fielddspHandle
The internal DSP handle.
Public fieldeditorHeight
Initial/current height of the embedded editor, see also BASS_VST_EDITOR_RESIZED in BASSVSTAction.

For a very few plugins, editorWidth and editorHeight may be 0 if the editor is not yet opened.

Public fieldeditorWidth
Initial/current width of the embedded editor, see also BASS_VST_EDITOR_RESIZED in BASSVSTAction.

For a very few plugins, editorWidth and editorHeight may be 0 if the editor is not yet opened.

Public fieldeffectName
The effect name (empty strings returned if a plugin does not provide these information).
Public fieldeffectVersion
The effect version (example 0x01010000 for version 1.1.0.0).
Public fieldeffectVstVersion
The VST version, the effect was written for (example 0x02030000 for version 2.3.0.0).
Public fieldhasEditor
Has this plugin an embedded editor?

If  , the BASS_VST_EmbedEditor(Int32, IntPtr) method can be called.

Public fieldhostVstVersion
The VST version supported by BASS_VST (e.g. 2.4).
Public fieldinitialDelay
For algorithms which need input in the first place, in number of samples.
Public fieldisInstrument
 =the VST plugin is an instrument,  =the VST plugin is an effect.
Public fieldproductName
The product name (may be empty).
Public fielduniqueID
A unique ID for the effect (the IDs are registered at Steinberg).
Public fieldvendorName
The vendor name (may be empty).
Public fieldvendorVersion
The vendor-specific version number (example 0x01010000 for version 1.1.0.0).
Back to Top
See Also