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

Attributes Function used to defined the function of a Layer in a VST XML Representation. More...

Variables

const CString kPanPosCenterXFunc
 Global Style.
 
const CString kPanPosCenterYFunc
 Gravity point Y-axis (Front-Rear)
 
const CString kPanPosFrontLeftXFunc
 Left channel Position in X-axis.
 
const CString kPanPosFrontLeftYFunc
 Left channel Position in Y-axis.
 
const CString kPanPosFrontRightXFunc
 Right channel Position in X-axis.
 
const CString kPanPosFrontRightYFunc
 Right channel Position in Y-axis.
 
const CString kPanRotationFunc
 Rotation around the Center (gravity point)
 
const CString kPanLawFunc
 Panning Law.
 
const CString kPanMirrorModeFunc
 Panning Mirror Mode.
 
const CString kPanLfeGainFunc
 Panning LFE Gain.
 
const CString kGainReductionFunc
 Gain Reduction for compressor.
 
const CString kSoloFunc
 Solo.
 
const CString kMuteFunc
 Mute.
 
const CString kVolumeFunc
 Volume.
 

Detailed Description

Attributes Function used to defined the function of a Layer in a VST XML Representation.

Variable Documentation

◆ kGainReductionFunc

const CString Steinberg::Vst::AttributesFunction::kGainReductionFunc

Gain Reduction for compressor.

Definition at line 320 of file ivstrepresentation.h.

◆ kMuteFunc

const CString Steinberg::Vst::AttributesFunction::kMuteFunc

Mute.

Definition at line 322 of file ivstrepresentation.h.

◆ kPanLawFunc

const CString Steinberg::Vst::AttributesFunction::kPanLawFunc

Panning Law.

Definition at line 317 of file ivstrepresentation.h.

◆ kPanLfeGainFunc

const CString Steinberg::Vst::AttributesFunction::kPanLfeGainFunc

Panning LFE Gain.

Definition at line 319 of file ivstrepresentation.h.

◆ kPanMirrorModeFunc

const CString Steinberg::Vst::AttributesFunction::kPanMirrorModeFunc

Panning Mirror Mode.

Definition at line 318 of file ivstrepresentation.h.

◆ kPanPosCenterXFunc

const CString Steinberg::Vst::AttributesFunction::kPanPosCenterXFunc

Global Style.

Gravity point X-axis (L-R) (for stereo: middle between left and right)

Definition at line 310 of file ivstrepresentation.h.

◆ kPanPosCenterYFunc

const CString Steinberg::Vst::AttributesFunction::kPanPosCenterYFunc

Gravity point Y-axis (Front-Rear)

Definition at line 311 of file ivstrepresentation.h.

◆ kPanPosFrontLeftXFunc

const CString Steinberg::Vst::AttributesFunction::kPanPosFrontLeftXFunc

Left channel Position in X-axis.

Definition at line 312 of file ivstrepresentation.h.

◆ kPanPosFrontLeftYFunc

const CString Steinberg::Vst::AttributesFunction::kPanPosFrontLeftYFunc

Left channel Position in Y-axis.

Definition at line 313 of file ivstrepresentation.h.

◆ kPanPosFrontRightXFunc

const CString Steinberg::Vst::AttributesFunction::kPanPosFrontRightXFunc

Right channel Position in X-axis.

Definition at line 314 of file ivstrepresentation.h.

◆ kPanPosFrontRightYFunc

const CString Steinberg::Vst::AttributesFunction::kPanPosFrontRightYFunc

Right channel Position in Y-axis.

Definition at line 315 of file ivstrepresentation.h.

◆ kPanRotationFunc

const CString Steinberg::Vst::AttributesFunction::kPanRotationFunc

Rotation around the Center (gravity point)

Definition at line 316 of file ivstrepresentation.h.

◆ kSoloFunc

const CString Steinberg::Vst::AttributesFunction::kSoloFunc

Solo.

Definition at line 321 of file ivstrepresentation.h.

◆ kVolumeFunc

const CString Steinberg::Vst::AttributesFunction::kVolumeFunc

Volume.

Definition at line 323 of file ivstrepresentation.h.