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
+20-3Lines changed: 20 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -496,6 +496,10 @@ N can range from 1 to the number of active decks in Mixxx.
496
496
Preview decks and Sample decks ("samplers") in Mixxx are identical to regular decks, they simply have a different purpose (previewing tracks or playing samples, respectively).
497
497
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]`.
498
498
499
+
The :mixxx:cogroupref:`[ChannelN_StemM]` group allows you to interact with specific stems of a deck when a stem file is loaded.
500
+
M ranges from 1 to 4.
501
+
Some controls (like volume, mute, and VU meters) are shared between decks and stems, while others (like color) are stem-specific.
502
+
499
503
.. seealso:: There are some :ref:`additional global controls for samplers <appendix-mixxxcontrols-samplers>`.
500
504
501
505
.. mixxx:control:: [ChannelN],back
@@ -2982,38 +2986,50 @@ Any control listed above for :mixxx:cogroupref:`[ChannelN]` will work for a samp
2982
2986
.. mixxx:control:: [ChannelN],VuMeter
2983
2987
[PreviewDeckN],VuMeter
2984
2988
[SamplerN],VuMeter
2989
+
[ChannelN_StemM],vu_meter
2985
2990
2986
-
Outputs the current instantaneous deck volume
2991
+
Outputs the current instantaneous deck volume (or stem volume for :mixxx:cogroupref:`[ChannelN_StemM]`)
2987
2992
2988
2993
This is a :ref:`ControlPotMeter control <appendix-mixxxcontrols-controlpotmeter>`.
2989
2994
2990
2995
:range: default
2991
2996
:feedback: Deck VU meter
2992
2997
2998
+
.. versionchanged:: 2.6.0
2999
+
Added :mixxx:coref:`[ChannelN_StemM],vu_meter`.
3000
+
2993
3001
2994
3002
.. mixxx:control:: [ChannelN],VuMeterL
2995
3003
[PreviewDeckN],VuMeterL
2996
3004
[SamplerN],VuMeterL
3005
+
[ChannelN_StemM],vu_meter_left
2997
3006
2998
-
Outputs the current instantaneous deck volume for the left channel
3007
+
Outputs the current instantaneous deck volume for the left channel (or stem volume for :mixxx:cogroupref:`[ChannelN_StemM]`)
2999
3008
3000
3009
This is a :ref:`ControlPotMeter control <appendix-mixxxcontrols-controlpotmeter>`.
0 commit comments