LMMS
Loading...
Searching...
No Matches
Steinberg::Vst::NoteExpressionValueDescription Struct Reference

#include <ivstnoteexpression.h>

Public Attributes

NoteExpressionValue defaultValue
 default normalized value [0,1]
NoteExpressionValue minimum
 minimum normalized value [0,1]
NoteExpressionValue maximum
 maximum normalized value [0,1]
int32 stepCount
 number of discrete steps (0: continuous, 1: toggle, discrete value otherwise - see vst3ParameterIntro)

Detailed Description

Description of a Note Expression Type This structure is part of the NoteExpressionTypeInfo structure, it describes for given NoteExpressionTypeID its default value (for example 0.5 for a kTuningTypeID (kIsBipolar: centered)), its minimum and maximum (for predefined NoteExpressionTypeID the full range is predefined too) and a stepCount when the given NoteExpressionTypeID is limited to discrete values (like on/off state).

See also
NoteExpressionTypeInfo

Member Data Documentation

◆ defaultValue

NoteExpressionValue Steinberg::Vst::NoteExpressionValueDescription::defaultValue

default normalized value [0,1]

◆ maximum

NoteExpressionValue Steinberg::Vst::NoteExpressionValueDescription::maximum

maximum normalized value [0,1]

◆ minimum

NoteExpressionValue Steinberg::Vst::NoteExpressionValueDescription::minimum

minimum normalized value [0,1]

◆ stepCount

int32 Steinberg::Vst::NoteExpressionValueDescription::stepCount

number of discrete steps (0: continuous, 1: toggle, discrete value otherwise - see vst3ParameterIntro)


The documentation for this struct was generated from the following file: