|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Attributes used to defined a Layer in a VST XML Representation. More...
Variables | |
| const CString | kStyle |
| string attribute : See AttributesStyle for available string value | |
| const CString | kLEDStyle |
| string attribute : See AttributesStyle for available string value | |
| const CString | kSwitchStyle |
| string attribute : See AttributesStyle for available string value | |
| const CString | kKnobTurnsPerFullRange |
| float attribute | |
| const CString | kFunction |
| string attribute : See AttributesFunction for available string value | |
| const CString | kFlags |
| string attribute : See AttributesFlags for available string value | |
Attributes used to defined a Layer in a VST XML Representation.
| const CString Steinberg::Vst::Attributes::kFlags |
string attribute : See AttributesFlags for available string value
Definition at line 302 of file ivstrepresentation.h.
| const CString Steinberg::Vst::Attributes::kFunction |
string attribute : See AttributesFunction for available string value
Definition at line 301 of file ivstrepresentation.h.
| const CString Steinberg::Vst::Attributes::kKnobTurnsPerFullRange |
float attribute
Definition at line 300 of file ivstrepresentation.h.
| const CString Steinberg::Vst::Attributes::kLEDStyle |
string attribute : See AttributesStyle for available string value
Definition at line 298 of file ivstrepresentation.h.
| const CString Steinberg::Vst::Attributes::kStyle |
string attribute : See AttributesStyle for available string value
Definition at line 297 of file ivstrepresentation.h.
| const CString Steinberg::Vst::Attributes::kSwitchStyle |
string attribute : See AttributesStyle for available string value
Definition at line 299 of file ivstrepresentation.h.