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
Enumerations
Steinberg::Vst::LayerType Namespace Reference

Layer Types used in a VST XML Representation. More...

Enumerations

enum  {
  kKnob , kPressedKnob , kSwitchKnob , kSwitch ,
  kLED , kLink , kDisplay , kFader ,
  kEndOfLayerType
}
 

Detailed Description

Layer Types used in a VST XML Representation.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
kKnob 

a knob (encoder or not)

kPressedKnob 

a knob which is used by pressing and turning

kSwitchKnob 

knob could be pressed to simulate a switch

kSwitch 

a "on/off" button

kLED 

LED like VU-meter or display around a knob.

kLink 

indicates that this layer is a folder linked to an another INode (page)

kDisplay 

only for text display (not really a control)

kFader 

a fader

Definition at line 258 of file ivstrepresentation.h.