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). More...
#include <ivstnoteexpression.h>
Data Fields | |
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) |
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).
default normalized value [0,1]
minimum normalized value [0,1]
maximum normalized value [0,1]