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
Un4seen.Bass.AddOn.VstBASS_VST_PARAM_INFO
Namespace: Un4seen.Bass.AddOn.Vst
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.7
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
| Name | Description | |
|---|---|---|
| BASS_VST_PARAM_INFO |
Default constructor.
|
Methods
| Name | Description | |
|---|---|---|
| ToString |
A description of the VST parameter value (name = display unit, e.g. Gain = 0.7 dB).
(Overrides ObjectToString.) |
Fields
| Name | Description | |
|---|---|---|
| defaultValue |
The default value (in the range of 0.0 and 1.0).
| |
| display |
The current value in a readable format (empty strings returned if a plugin does not provide these information).
Examples: 0.5, -3, PLATE | |
| name |
Name of the parameter (empty strings returned if a plugin does not provide these information).
Examples: Time, Gain, RoomType | |
| unit |
Unit of the parameter.
Examples: sec, dB, type |
See Also