VST 3 Interfaces VST 3.7
SDK for developing VST plug-in
Steinberg::Vst::AttributesStyle Namespace Reference

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

Variables

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

Detailed Description

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

Variable Documentation

◆ kInverseStyle

const CString kInverseStyle = "inverse"

Global Style.

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

◆ kLEDWrapLeftStyle

const CString kLEDWrapLeftStyle = "wrapLeft"

LED Style.

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

◆ kLEDWrapRightStyle

const CString kLEDWrapRightStyle = "wrapRight"

----—<====|

◆ kLEDSpreadStyle

const CString kLEDSpreadStyle = "spread"

—<==|==>—

◆ kLEDBoostCutStyle

const CString kLEDBoostCutStyle = "boostCut"

---—|===>–

◆ kLEDSingleDotStyle

const CString kLEDSingleDotStyle = "singleDot"

-----—|-—

◆ kSwitchPushStyle

const CString kSwitchPushStyle = "push"

Switch Style.

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

◆ kSwitchPushIncLoopedStyle

const CString kSwitchPushIncLoopedStyle = "pushIncLooped"

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).

◆ kSwitchPushDecLoopedStyle

const CString kSwitchPushDecLoopedStyle = "pushDecLooped"

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

◆ kSwitchPushIncStyle

const CString kSwitchPushIncStyle = "pushInc"

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

◆ kSwitchPushDecStyle

const CString kSwitchPushDecStyle = "pushDec"

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

◆ kSwitchLatchStyle

const CString kSwitchLatchStyle = "latch"

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).

Empty

Copyright © Steinberg Media Technologies GmbH. All Rights Reserved. This documentation is under this license.