You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/chapters/appendix/mixxx_controls.rst
+16-3Lines changed: 16 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -552,6 +552,10 @@ Decks, Preview Decks and Samplers
552
552
553
553
Any control listed above for :mixxx:cogroupref:`[ChannelN]` will work for a samplers and preview decks, just replace :mixxx:cogroupref:`[ChannelN]` with :mixxx:cogroupref:`[PreviewDeckN]` or :mixxx:cogroupref:`[SamplerN]`.
554
554
555
+
The :mixxx:cogroupref:`[ChannelN_StemM]` group allows you to interact with specific stems of a deck when a stem file is loaded.
556
+
M ranges from 1 to 4.
557
+
Some controls (like volume, mute, and VU meters) are shared between decks and stems, while others (like color) are stem-specific.
558
+
555
559
.. seealso:: There are some :ref:`additional global controls for samplers <appendix-mixxxcontrols-samplers>`.
556
560
557
561
.. mixxx:control:: [ChannelN],back
@@ -3139,8 +3143,9 @@ Any control listed above for :mixxx:cogroupref:`[ChannelN]` will work for a samp
3139
3143
.. mixxx:control:: [ChannelN],vu_meter
3140
3144
[PreviewDeckN],vu_meter
3141
3145
[SamplerN],vu_meter
3146
+
[ChannelN_StemM],vu_meter
3142
3147
3143
-
Outputs the current instantaneous deck volume
3148
+
Outputs the current instantaneous deck volume (or stem volume for :mixxx:cogroupref:`[ChannelN_StemM]`)
3144
3149
3145
3150
:range: default
3146
3151
:feedback: Deck VU meter
@@ -3149,13 +3154,16 @@ Any control listed above for :mixxx:cogroupref:`[ChannelN]` will work for a samp
3149
3154
Replaces the deprecated :mixxx:coref:`[ChannelN],VuMeter`,
3150
3155
:mixxx:coref:`[PreviewDeckN],VuMeter` and
3151
3156
:mixxx:coref:`[SamplerN],VuMeter` controls.
3157
+
.. versionchanged:: 2.6.0
3158
+
Added :mixxx:coref:`[ChannelN_StemM],vu_meter`.
3152
3159
3153
3160
3154
3161
.. mixxx:control:: [ChannelN],vu_meter_left
3155
3162
[PreviewDeckN],vu_meter_left
3156
3163
[SamplerN],vu_meter_left
3164
+
[ChannelN_StemM],vu_meter_left
3157
3165
3158
-
Outputs the current instantaneous deck volume for the left channel
3166
+
Outputs the current instantaneous deck volume for the left channel (or stem volume for :mixxx:cogroupref:`[ChannelN_StemM]`)
3159
3167
3160
3168
:range: default
3161
3169
:feedback: Deck VU meter L
@@ -3164,13 +3172,16 @@ Any control listed above for :mixxx:cogroupref:`[ChannelN]` will work for a samp
3164
3172
Replaces the deprecated :mixxx:coref:`[ChannelN],VuMeterL`,
0 commit comments