VST 3 Interfaces VST 3.7
SDK for developing VST plug-in
|
Attributes Function used to defined the function of a Layer in a VST XML Representation. More...
Variables | |
const CString | kPanPosCenterXFunc = "PanPosCenterX" |
Global Style. More... | |
const CString | kPanPosCenterYFunc = "PanPosCenterY" |
Gravity point Y-axis (Front-Rear) More... | |
const CString | kPanPosFrontLeftXFunc = "PanPosFrontLeftX" |
Left channel Position in X-axis. More... | |
const CString | kPanPosFrontLeftYFunc = "PanPosFrontLeftY" |
Left channel Position in Y-axis. More... | |
const CString | kPanPosFrontRightXFunc = "PanPosFrontRightX" |
Right channel Position in X-axis. More... | |
const CString | kPanPosFrontRightYFunc = "PanPosFrontRightY" |
Right channel Position in Y-axis. More... | |
const CString | kPanRotationFunc = "PanRotation" |
Rotation around the Center (gravity point) More... | |
const CString | kPanLawFunc = "PanLaw" |
Panning Law. More... | |
const CString | kPanMirrorModeFunc = "PanMirrorMode" |
Panning Mirror Mode. More... | |
const CString | kPanLfeGainFunc = "PanLfeGain" |
Panning LFE Gain. More... | |
const CString | kGainReductionFunc = "GainReduction" |
Gain Reduction for compressor. More... | |
const CString | kSoloFunc = "Solo" |
Solo. More... | |
const CString | kMuteFunc = "Mute" |
Mute. More... | |
const CString | kVolumeFunc = "Volume" |
Volume. More... | |
Attributes Function used to defined the function of a Layer in a VST XML Representation.
const CString kPanPosCenterXFunc = "PanPosCenterX" |
Global Style.
Gravity point X-axis (L-R) (for stereo: middle between left and right)
const CString kPanPosCenterYFunc = "PanPosCenterY" |
Gravity point Y-axis (Front-Rear)
const CString kPanPosFrontLeftXFunc = "PanPosFrontLeftX" |
Left channel Position in X-axis.
const CString kPanPosFrontLeftYFunc = "PanPosFrontLeftY" |
Left channel Position in Y-axis.
const CString kPanPosFrontRightXFunc = "PanPosFrontRightX" |
Right channel Position in X-axis.
const CString kPanPosFrontRightYFunc = "PanPosFrontRightY" |
Right channel Position in Y-axis.
const CString kPanRotationFunc = "PanRotation" |
Rotation around the Center (gravity point)
const CString kPanLawFunc = "PanLaw" |
Panning Law.
const CString kPanMirrorModeFunc = "PanMirrorMode" |
Panning Mirror Mode.
const CString kPanLfeGainFunc = "PanLfeGain" |
Panning LFE Gain.
const CString kGainReductionFunc = "GainReduction" |
Gain Reduction for compressor.
const CString kSoloFunc = "Solo" |
Solo.
const CString kMuteFunc = "Mute" |
Mute.
const CString kVolumeFunc = "Volume" |
Volume.