EnumParameter

Undocumented in source.

Constructors

this
this(int index, string name, const(string[]) possibleValues, int defaultValue)
Undocumented in source.

Members

Functions

getValueString
string getValueString(int n)
Undocumented in source. Be warned that the author may not have intended to support it.
normalizedValueFromString
bool normalizedValueFromString(const(char)[] valueString, double result)
Undocumented in source. Be warned that the author may not have intended to support it.
stringFromNormalizedValue
void stringFromNormalizedValue(double normalizedValue, char* buffer, size_t len)
Undocumented in source. Be warned that the author may not have intended to support it.
toStringN
void toStringN(char* buffer, size_t numBytes)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From IntegerParameter

setNormalized
void setNormalized(double hostValue)
Undocumented in source. Be warned that the author may not have intended to support it.
getNormalized
double getNormalized()
Undocumented in source. Be warned that the author may not have intended to support it.
getNormalizedDefault
double getNormalizedDefault()
Undocumented in source. Be warned that the author may not have intended to support it.
toStringN
void toStringN(char* buffer, size_t numBytes)
Undocumented in source. Be warned that the author may not have intended to support it.
stringFromNormalizedValue
void stringFromNormalizedValue(double normalizedValue, char* buffer, size_t len)
Undocumented in source. Be warned that the author may not have intended to support it.
normalizedValueFromString
bool normalizedValueFromString(const(char)[] valueString, double result)
Undocumented in source. Be warned that the author may not have intended to support it.
isDiscrete
bool isDiscrete()
Undocumented in source. Be warned that the author may not have intended to support it.
value
int value()

Gets the current parameter value.

valueAtomic
int valueAtomic()

Same as value but doesn't use locking, and doesn't use ordering. Which make it a better fit for the audio thread.

setFromGUI
void setFromGUI(int value)
Undocumented in source. Be warned that the author may not have intended to support it.
setFromGUINormalized
void setFromGUINormalized(double normalizedValue)
Undocumented in source. Be warned that the author may not have intended to support it.
minValue
int minValue()
maxValue
int maxValue()
numValues
int numValues()
defaultValue
int defaultValue()

Meta