|
LMMS
|
Classes | |
| class | IInfoListener |
Typedefs | |
| typedef uint32 | ColorSpec |
| typedef uint8 | ColorComponent |
Enumerations | |
| enum | ChannelPluginLocation { kPreVolumeFader = 0 , kPostVolumeFader , kUsedAsPanner } |
Functions | |
| ColorComponent | GetBlue (ColorSpec cs) |
| ColorComponent | GetGreen (ColorSpec cs) |
| ColorComponent | GetRed (ColorSpec cs) |
| ColorComponent | GetAlpha (ColorSpec cs) |
Variables | |
| const CString | kChannelUIDKey = "channel uid" |
| const CString | kChannelUIDLengthKey = "channel uid length" |
| const CString | kChannelNameKey = "channel name" |
| const CString | kChannelNameLengthKey = "channel name length" |
| const CString | kChannelColorKey = "channel color" |
| const CString | kChannelIndexKey = "channel index" |
| const CString | kChannelIndexNamespaceOrderKey = "channel index namespace order" |
| const CString | kChannelIndexNamespaceKey = "channel index namespace" |
| const CString | kChannelIndexNamespaceLengthKey = "channel index namespace length" |
| const CString | kChannelImageKey = "channel image" |
| const CString | kChannelPluginLocationKey = "channel plugin location" |
For Channel Context Info Interface
ARGB (Alpha-Red-Green-Blue)
|
inline |
Returns the Alpha part of the given ColorSpec
|
inline |
Returns the Blue part of the given ColorSpec
|
inline |
Returns the Green part of the given ColorSpec
|
inline |
Returns the Red part of the given ColorSpec
color (ColorSpec) [optional]: used color for the channel in mixer or track
PNG image representation as binary [optional]
integer (int64) [optional]: index of the channel in a channel index namespace, start with 1 not * 0!
string (TChar) [optional]: name of the channel index namespace for example "Input", "Output", "Channel", ...
| const CString Steinberg::Vst::ChannelContext::kChannelIndexNamespaceLengthKey = "channel index namespace length" |
integer (int64) [optional]: number of characters in kChannelIndexNamespaceKey
| const CString Steinberg::Vst::ChannelContext::kChannelIndexNamespaceOrderKey = "channel index namespace order" |
integer (int64) [optional]: define the order of the current used index namespace, start with 1 not 0! For example: index namespace is "Input" -> order 1, index namespace is "Channel" -> order 2, index namespace is "Output" -> order 3
string (TChar) [optional]: name of the channel like displayed in the mixer
integer (int64) [optional]: number of characters in kChannelNameKey
integer (int64) [optional]: routing position of the plug-in in the channel (see ChannelPluginLocation)
Keys used as AttrID (Attribute ID) in the return IAttributeList of IInfoListener::setChannelContextInfos string (TChar) [optional]: unique id string used to identify a channel