Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 2
Next »
Mixer Channel
Property | Description |
bus | Allows you to specify which bus you want to control. Use the @-nomencalture to connect the bus. Example: Use "@bus:0" for the first bus in the program |
Components and how they are used
Controls and Sub Templates
Item | Description |
Ch_Output | A template that contains the neessary elements to specify the output of the bus. It contains the following elements: - Menu: A menu control that opens a context menu showing all available outputs. The Value needs to be set to @TargetBusMenu.
- Name: A text control showning the name of the selected output. The Value needs to be set to @TargetBusMenu.
- Image: A background image.
To filter the outputs made available by the menu, you can configure the menu control by adding tags to the value name (seperated by a space): - aux show plugin aux busses
- noplug hide plugin out busses
- default allow setting no explicit target bus. In this case audio is routed to a default bus (usually the next up in the hierarchy)
- default='name' as above, but "name" is shown as text instead of "--"
- local show all available busses up in the hierarchy
Example: @TargetBusMenu aux noplug |
Ch_Pan
| A template that contains the nessary elements to control the pan of the bus. It contains the following elements: - Slider: A slider control. The Value is exported to the template and set inside the Mixer channel to @Pan.
- Image: A background image.
|
Ch_Meter | References the "Bus Meter V Peak" template. Peak Value is connected to the corresponding bus using the { } - nomenclature to using the path to the bus as specified in the Mixer channel template {bus}/@id:19 Peak Reset is connected to the corresponding bus using the { } - nomenclature using the path to the bus as specified in the Mixer channel template {bus}/@id:21 |
Ch_Level | A text showing the level slider value. Value needs to be set to @LogLevel |
Ch_Slider | A template that contains the nessary elements to control the level of the bus. It contains the following elements: - Slider: A slider control. The Value is exported to the template and set inside the Mixer channel to @LogLevel.
- Scale: An image showing a dB scale
- Guide: An image showing the slider guide
|
Ch_Mute | A special template that contains the nessary elements to control and show the mute state of the bus. It contains the following elements: - Switch: An invisible switch control which contains a hover layer, that lightens up the underlying VisualState annimation control when hovering with the mouse.
The Value is exported to the template and set inside the Mixer channel to @Mute Layer. - VisualState: An animation showing the mute state (Mute Off, Mute On, Implicite Mute)
|
Ch_Solo | A special template that contains the nessary elements to control and show the solo state of the bus. It contains the following elements: - Switch: An invisible switch control which contains a hover layer, that lightens up the underlying VisualState annimation control when hovering with the mouse.
The Value is exported to the template and set inside the Mixer channel to @Solo Layer. - VisualState: An animation showing the solo state (Solo Off, Solo On, Implicite Solo)
|
Ch_Name | A special template that displays the name of the object in which it is located. In this case this is the "bus", which means that it will display the name of the connected bus - Text: A read-only text control with Value set to @name. This connection only works inside this template
|