VST 3 SDK VST 3.7
SDK for developing VST plug-in
|
This is the complete list of members for NoteExpressionType, including all inherited members.
associatedParameter | NoteExpressionType | |
getInfo() | NoteExpressionType | inline |
getPhysicalUIType(PhysicalUITypeID &physicalUITypeID) const | NoteExpressionType | |
getPrecision() const | NoteExpressionType | inline |
getStringByValue(NoteExpressionValue valueNormalized, String128 string) | NoteExpressionType | virtual |
getValueByString(const TChar *string, NoteExpressionValue &valueNormalized) | NoteExpressionType | virtual |
NoteExpressionType() | NoteExpressionType | |
NoteExpressionType(const NoteExpressionTypeInfo &info) | NoteExpressionType | |
NoteExpressionType(NoteExpressionTypeID typeId, const TChar *title, const TChar *shortTitle, const TChar *units, int32 unitId, NoteExpressionValue defaultValue, NoteExpressionValue minimum, NoteExpressionValue maximum, int32 stepCount, int32 flags=0, int32 precision=4) | NoteExpressionType | |
NoteExpressionType(NoteExpressionTypeID typeId, const TChar *title, const TChar *shortTitle, const TChar *units, int32 unitId, Parameter *associatedParameter, int32 flags=0) | NoteExpressionType | |
physicalUITypeID | NoteExpressionType | |
precision | NoteExpressionType | |
setPhysicalUITypeID(PhysicalUITypeID physicalUITypeID) | NoteExpressionType | |
setPrecision(int32 val) | NoteExpressionType | inline |