Audacity 3.2.0
|
#include <aeffectx.h>
Public Attributes | |
float | stepFloat |
float | smallStepFloat |
float | largeStepFloat |
char | label [64] |
unsigned int | flags |
unsigned int | minInteger |
unsigned int | maxInteger |
unsigned int | stepInteger |
unsigned int | largeStepInteger |
char | shortLabel [8] |
unsigned short | displayIndex |
unsigned short | category |
unsigned short | numParametersInCategory |
unsigned short | reserved |
char | categoryLabel [24] |
char | future [16] |
Definition at line 221 of file aeffectx.h.
unsigned short VstParameterProperties::category |
Definition at line 246 of file aeffectx.h.
char VstParameterProperties::categoryLabel[24] |
Definition at line 249 of file aeffectx.h.
unsigned short VstParameterProperties::displayIndex |
Definition at line 245 of file aeffectx.h.
unsigned int VstParameterProperties::flags |
Definition at line 239 of file aeffectx.h.
char VstParameterProperties::future[16] |
Definition at line 250 of file aeffectx.h.
char VstParameterProperties::label[64] |
Definition at line 238 of file aeffectx.h.
float VstParameterProperties::largeStepFloat |
Definition at line 237 of file aeffectx.h.
unsigned int VstParameterProperties::largeStepInteger |
Definition at line 243 of file aeffectx.h.
unsigned int VstParameterProperties::maxInteger |
Definition at line 241 of file aeffectx.h.
unsigned int VstParameterProperties::minInteger |
Definition at line 240 of file aeffectx.h.
unsigned short VstParameterProperties::numParametersInCategory |
Definition at line 247 of file aeffectx.h.
unsigned short VstParameterProperties::reserved |
Definition at line 248 of file aeffectx.h.
char VstParameterProperties::shortLabel[8] |
Definition at line 244 of file aeffectx.h.
float VstParameterProperties::smallStepFloat |
Definition at line 236 of file aeffectx.h.
float VstParameterProperties::stepFloat |
Definition at line 235 of file aeffectx.h.
unsigned int VstParameterProperties::stepInteger |
Definition at line 242 of file aeffectx.h.