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

The BASS_VST_PARAM_INFO type exposes the following members.
Constructors

  NameDescription
Public methodBASS_VST_PARAM_INFO
Default constructor.
Back to Top
Methods

  NameDescription
Public methodToString
A description of the VST parameter value (name = display unit, e.g. Gain = 0.7 dB).
(Overrides OnlineObject ToString .)
Back to Top
Fields

  NameDescription
Public fielddefaultValue
The default value (in the range of 0.0 and 1.0).
Public fielddisplay
The current value in a readable format (empty strings returned if a plugin does not provide these information).

Examples: 0.5, -3, PLATE

Public fieldname
Name of the parameter (empty strings returned if a plugin does not provide these information).

Examples: Time, Gain, RoomType

Public fieldunit
Unit of the parameter.

Examples: sec, dB, type

Back to Top
See Also