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::AttributesStyle Namespace Reference

Attributes Style associated a specific Layer Type in a VST XML Representation. More...

Variables

const CString kInverseStyle
 Global Style.
 
const CString kLEDWrapLeftStyle
 LED Style.
 
const CString kLEDWrapRightStyle
 ----—<====|
 
const CString kLEDSpreadStyle
 —<==|==>—
 
const CString kLEDBoostCutStyle
 ---—|===>–
 
const CString kLEDSingleDotStyle
 -----—|-—
 
const CString kSwitchPushStyle
 Switch Style.
 
const CString kSwitchPushIncLoopedStyle
 Push will increment the value.
 
const CString kSwitchPushDecLoopedStyle
 Push will decrement the value. When the min is reached it will restart with max.
 
const CString kSwitchPushIncStyle
 Increment after each press (delta depends of the curve).
 
const CString kSwitchPushDecStyle
 Decrement after each press (delta depends of the curve).
 
const CString kSwitchLatchStyle
 Each push-release will change the value between min and max.
 

Detailed Description

Attributes Style associated a specific Layer Type in a VST XML Representation.

Variable Documentation

◆ kInverseStyle

const CString Steinberg::Vst::AttributesStyle::kInverseStyle

Global Style.

the associated layer should use the inverse value of parameter (1 - x).

Definition at line 331 of file ivstrepresentation.h.

◆ kLEDBoostCutStyle

const CString Steinberg::Vst::AttributesStyle::kLEDBoostCutStyle

---—|===>–

Definition at line 337 of file ivstrepresentation.h.

◆ kLEDSingleDotStyle

const CString Steinberg::Vst::AttributesStyle::kLEDSingleDotStyle

-----—|-—

Definition at line 338 of file ivstrepresentation.h.

◆ kLEDSpreadStyle

const CString Steinberg::Vst::AttributesStyle::kLEDSpreadStyle

—<==|==>—

Definition at line 336 of file ivstrepresentation.h.

◆ kLEDWrapLeftStyle

const CString Steinberg::Vst::AttributesStyle::kLEDWrapLeftStyle

LED Style.

|======>--— (the default one if not specified)

Definition at line 334 of file ivstrepresentation.h.

◆ kLEDWrapRightStyle

const CString Steinberg::Vst::AttributesStyle::kLEDWrapRightStyle

----—<====|

Definition at line 335 of file ivstrepresentation.h.

◆ kSwitchLatchStyle

const CString Steinberg::Vst::AttributesStyle::kSwitchLatchStyle

Each push-release will change the value between min and max.

A timeout between push and release could be used to simulate a push style (if timeout is reached).

Definition at line 347 of file ivstrepresentation.h.

◆ kSwitchPushDecLoopedStyle

const CString Steinberg::Vst::AttributesStyle::kSwitchPushDecLoopedStyle

Push will decrement the value. When the min is reached it will restart with max.

Definition at line 344 of file ivstrepresentation.h.

◆ kSwitchPushDecStyle

const CString Steinberg::Vst::AttributesStyle::kSwitchPushDecStyle

Decrement after each press (delta depends of the curve).

Definition at line 346 of file ivstrepresentation.h.

◆ kSwitchPushIncLoopedStyle

const CString Steinberg::Vst::AttributesStyle::kSwitchPushIncLoopedStyle

Push will increment the value.

When the max is reached it will restart with min. The default one if not specified (with 2 states values it is a OnOff switch).

Definition at line 342 of file ivstrepresentation.h.

◆ kSwitchPushIncStyle

const CString Steinberg::Vst::AttributesStyle::kSwitchPushIncStyle

Increment after each press (delta depends of the curve).

Definition at line 345 of file ivstrepresentation.h.

◆ kSwitchPushStyle

const CString Steinberg::Vst::AttributesStyle::kSwitchPushStyle

Switch Style.

Apply only when pressed, unpressed will reset the value to min.

Definition at line 341 of file ivstrepresentation.h.