Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 16 additions & 3 deletions source/chapters/appendix/mixxx_controls.rst
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,10 @@ Decks, Preview Decks and Samplers

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]`.

The :mixxx:cogroupref:`[ChannelN_StemM]` group allows you to interact with specific stems of a deck when a stem file is loaded.
M ranges from 1 to 4.
Some controls (like volume, mute, and VU meters) are shared between decks and stems, while others (like color) are stem-specific.

.. seealso:: There are some :ref:`additional global controls for samplers <appendix-mixxxcontrols-samplers>`.

.. mixxx:control:: [ChannelN],back
Expand Down Expand Up @@ -3139,8 +3143,9 @@ Any control listed above for :mixxx:cogroupref:`[ChannelN]` will work for a samp
.. mixxx:control:: [ChannelN],vu_meter
[PreviewDeckN],vu_meter
[SamplerN],vu_meter
[ChannelN_StemM],vu_meter
Comment thread
ronso0 marked this conversation as resolved.

Outputs the current instantaneous deck volume
Outputs the current instantaneous deck volume (or stem volume for :mixxx:cogroupref:`[ChannelN_StemM]`)

:range: default
:feedback: Deck VU meter
Expand All @@ -3149,13 +3154,16 @@ Any control listed above for :mixxx:cogroupref:`[ChannelN]` will work for a samp
Replaces the deprecated :mixxx:coref:`[ChannelN],VuMeter`,
:mixxx:coref:`[PreviewDeckN],VuMeter` and
:mixxx:coref:`[SamplerN],VuMeter` controls.
.. versionchanged:: 2.6.0
Added :mixxx:coref:`[ChannelN_StemM],vu_meter`.
Comment on lines +3157 to +3158
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh, we don't new controls here IMO (same for left/right)

Copy link
Copy Markdown
Author

@xARSENICx xARSENICx Mar 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't get you exactly. Are you suggesting that explanation at the top suffices?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

never mind, got confused with the position in the file 🙈
All good, will merge now



.. mixxx:control:: [ChannelN],vu_meter_left
[PreviewDeckN],vu_meter_left
[SamplerN],vu_meter_left
[ChannelN_StemM],vu_meter_left

Outputs the current instantaneous deck volume for the left channel
Outputs the current instantaneous deck volume for the left channel (or stem volume for :mixxx:cogroupref:`[ChannelN_StemM]`)

:range: default
:feedback: Deck VU meter L
Expand All @@ -3164,13 +3172,16 @@ Any control listed above for :mixxx:cogroupref:`[ChannelN]` will work for a samp
Replaces the deprecated :mixxx:coref:`[ChannelN],VuMeterL`,
:mixxx:coref:`[PreviewDeckN],VuMeterL` and
:mixxx:coref:`[SamplerN],VuMeterL` controls.
.. versionchanged:: 2.6.0
Added :mixxx:coref:`[ChannelN_StemM],vu_meter_left`.


.. mixxx:control:: [ChannelN],vu_meter_right
[PreviewDeckN],vu_meter_right
[SamplerN],vu_meter_right
[ChannelN_StemM],vu_meter_right

Outputs the current instantaneous deck volume for the right channel
Outputs the current instantaneous deck volume for the right channel (or stem volume for :mixxx:cogroupref:`[ChannelN_StemM]`)

:range: default
:feedback: Deck VU meter R
Expand All @@ -3179,6 +3190,8 @@ Any control listed above for :mixxx:cogroupref:`[ChannelN]` will work for a samp
Replaces the deprecated :mixxx:coref:`[ChannelN],VuMeterR`,
:mixxx:coref:`[PreviewDeckN],VuMeterR` and
:mixxx:coref:`[SamplerN],VuMeterR` controls.
.. versionchanged:: 2.6.0
Added :mixxx:coref:`[ChannelN_StemM],vu_meter_right`.


.. mixxx:control:: [ChannelN],waveform_zoom
Expand Down
Loading