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
Loading...
Searching...
No Matches
Variables
Steinberg::Vst::Attributes Namespace Reference

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
 

Detailed Description

Attributes used to defined a Layer in a VST XML Representation.

Variable Documentation

◆ kFlags

const CString Steinberg::Vst::Attributes::kFlags

string attribute : See AttributesFlags for available string value

Definition at line 302 of file ivstrepresentation.h.

◆ kFunction

const CString Steinberg::Vst::Attributes::kFunction

string attribute : See AttributesFunction for available string value

Definition at line 301 of file ivstrepresentation.h.

◆ kKnobTurnsPerFullRange

const CString Steinberg::Vst::Attributes::kKnobTurnsPerFullRange

float attribute

Definition at line 300 of file ivstrepresentation.h.

◆ kLEDStyle

const CString Steinberg::Vst::Attributes::kLEDStyle

string attribute : See AttributesStyle for available string value

Definition at line 298 of file ivstrepresentation.h.

◆ kStyle

const CString Steinberg::Vst::Attributes::kStyle

string attribute : See AttributesStyle for available string value

Definition at line 297 of file ivstrepresentation.h.

◆ kSwitchStyle

const CString Steinberg::Vst::Attributes::kSwitchStyle

string attribute : See AttributesStyle for available string value

Definition at line 299 of file ivstrepresentation.h.