BASS.NET API for the Un4seen BASS Audio Library

BASS_VST_PARAM_INFO Class

BASS.NET API for the Un4seen BASS Audio Library
Common information structure about an editable parameter to a VST plugin parameter to be used with BASS_VST_GetParamInfo(Int32, Int32, BASS_VST_PARAM_INFO).
Inheritance Hierarchy

SystemObject
  Un4seen.Bass.AddOn.VstBASS_VST_PARAM_INFO

Namespace:  Un4seen.Bass.AddOn.Vst
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

[SerializableAttribute]
[StructLayoutAttribute(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
public sealed class BASS_VST_PARAM_INFO

The BASS_VST_PARAM_INFO type exposes the following members.

Constructors

  NameDescription
Public methodBASS_VST_PARAM_INFO
Default constructor.
Top
Methods

  NameDescription
Public methodToString
A description of the VST parameter value (name = display unit, e.g. Gain = 0.7 dB).
(Overrides ObjectToString.)
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

Top
See Also

Reference