Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new CO for STEM mixing #644

Merged
merged 2 commits into from
Jul 31, 2024
Merged
Changes from 1 commit
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
31 changes: 31 additions & 0 deletions source/chapters/appendix/mixxx_controls.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2482,6 +2482,24 @@ Any control listed above for :mixxx:cogroupref:`[ChannelN]` will work for a samp
.. versionadded:: 1.10.0


.. mixxx:control:: [ChannelN],stem_count

The number of stem track available for the loaded file. `0` means the deck is not a STEM deck.

:range: 0, 2..4, read-only
daschuer marked this conversation as resolved.
Show resolved Hide resolved

.. versionadded:: 2.?.0
acolombier marked this conversation as resolved.
Show resolved Hide resolved


.. mixxx:control:: [ChannelNStemM],color

The color for the STEM `M` on the deck. The first stem color can be retrieved with `[ChannelNStem1],color`.

:range: 3-Byte :term:`RGB` color code (or -1), read-only

.. versionadded:: 2.?.0
acolombier marked this conversation as resolved.
Show resolved Hide resolved


.. mixxx:control:: [ChannelN],stop
[PreviewDeckN],stop
[SamplerN],stop
Expand Down Expand Up @@ -2547,6 +2565,7 @@ Any control listed above for :mixxx:cogroupref:`[ChannelN]` will work for a samp
.. mixxx:control:: [ChannelN],track_color
[PreviewDeckN],track_color
[SamplerN],track_color
[ChannelNStemM],track_color

Color of the currently loaded track or -1 if no track is loaded or the track has no color.

Expand Down Expand Up @@ -2593,6 +2612,7 @@ Any control listed above for :mixxx:cogroupref:`[ChannelN]` will work for a samp
.. mixxx:control:: [ChannelN],volume
[PreviewDeckN],volume
[SamplerN],volume
[ChannelNStemM],volume


Adjusts the channel volume fader
Expand All @@ -2606,6 +2626,7 @@ Any control listed above for :mixxx:cogroupref:`[ChannelN]` will work for a samp
.. mixxx:control:: [ChannelN],mute
[PreviewDeckN],mute
[SamplerN],mute
[ChannelNStemM],mute

Mutes the channel

Expand Down Expand Up @@ -4111,6 +4132,16 @@ The :mixxx:cogroupref:`[Skin]` group contains controls that are used to selectiv
Replaces the deprecated :mixxx:coref:`[VinylControl],show_vinylcontrol` control.


.. mixxx:control:: [Skin],show_stem_controls

Toggle the STEM control section.

:range: binary
:feedback: STEM control section is shown/hidden.

.. versionadded:: 2.?.0
acolombier marked this conversation as resolved.
Show resolved Hide resolved


Deprecated controls
~~~~~~~~~~~~~~~~~~~

Expand Down
Loading