ParameterInfo

Undocumented in source.

Members

Enums

ParameterFlags
enum ParameterFlags
Undocumented in source.

Variables

defaultNormalizedValue
ParamValue defaultNormalizedValue;

< (corresponding to max - min, for example: 127 for a min = 0 and a max = 127) - see \ref vst3parameterIntro) +////< default normalized value [0,1] (in case of discrete value: defaultNormalizedValue = defDiscreteValue / stepCount

flags
int32 flags;

< ParameterFlags (see below)

id
ParamID id;

< unique identifier of this parameter (named tag too)

shortTitle
String128 shortTitle;

< parameter shortTitle (e.g. "Vol")

stepCount
int32 stepCount;

< number of discrete steps (0: continuous, 1: toggle, discrete value otherwise

title
String128 title;

< parameter title (e.g. "Volume")

unitId
UnitID unitId;

< id of unit this parameter belongs to (see \ref vst3UnitsIntro)

units
String128 units;

< parameter unit (e.g. "dB")

Meta