From fd850db54e3be5ba644a0ce2a4deb23710d04dc9 Mon Sep 17 00:00:00 2001 From: Antoine C Date: Sat, 20 Apr 2024 19:49:13 +0100 Subject: [PATCH 1/2] Add new CO for STEM mixing --- source/chapters/appendix/mixxx_controls.rst | 31 +++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/source/chapters/appendix/mixxx_controls.rst b/source/chapters/appendix/mixxx_controls.rst index 79053034d3..65df6f3372 100644 --- a/source/chapters/appendix/mixxx_controls.rst +++ b/source/chapters/appendix/mixxx_controls.rst @@ -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 + + .. versionadded:: 2.?.0 + + +.. 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 + + .. mixxx:control:: [ChannelN],stop [PreviewDeckN],stop [SamplerN],stop @@ -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. @@ -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 @@ -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 @@ -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 + + Deprecated controls ~~~~~~~~~~~~~~~~~~~ From 9c5525192cd5791a16aee11f8ec4fad6c8ba2168 Mon Sep 17 00:00:00 2001 From: Antoine Colombier <7086688+acolombier@users.noreply.github.com> Date: Wed, 31 Jul 2024 11:45:44 +0100 Subject: [PATCH 2/2] Set the release version for stem control MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Daniel Schürmann --- source/chapters/appendix/mixxx_controls.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/chapters/appendix/mixxx_controls.rst b/source/chapters/appendix/mixxx_controls.rst index 65df6f3372..cfbb8c82e9 100644 --- a/source/chapters/appendix/mixxx_controls.rst +++ b/source/chapters/appendix/mixxx_controls.rst @@ -2488,7 +2488,7 @@ Any control listed above for :mixxx:cogroupref:`[ChannelN]` will work for a samp :range: 0, 2..4, read-only - .. versionadded:: 2.?.0 + .. versionadded:: 2.6.0 .. mixxx:control:: [ChannelNStemM],color @@ -2497,7 +2497,7 @@ Any control listed above for :mixxx:cogroupref:`[ChannelN]` will work for a samp :range: 3-Byte :term:`RGB` color code (or -1), read-only - .. versionadded:: 2.?.0 + .. versionadded:: 2.6.0 .. mixxx:control:: [ChannelN],stop @@ -4139,7 +4139,7 @@ The :mixxx:cogroupref:`[Skin]` group contains controls that are used to selectiv :range: binary :feedback: STEM control section is shown/hidden. - .. versionadded:: 2.?.0 + .. versionadded:: 2.6.0 Deprecated controls