The BASS_VST_PARAM_INFO type exposes the following members.
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