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

mixxx_controls: added track color controls #638

Open
wants to merge 3 commits into
base: 2.5
Choose a base branch
from
Open
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
47 changes: 47 additions & 0 deletions source/chapters/appendix/mixxx_controls.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2822,6 +2822,43 @@ Any control listed above for :mixxx:cogroupref:`[ChannelN]` will work for a samp
:feedback: Waveform


.. mixxx:control:: [ChannelN],track_color_prev
[PreviewDeckN],track_color_prev
[SamplerN],track_color_prev

Set color of loaded track to previous color in palette.

:range: Binary
:feedback: Track color changes in the library view.

.. versionadded:: 2.4.0


.. mixxx:control:: [ChannelN],track_color_next
[PreviewDeckN],track_color_next
[SamplerN],track_color_next

Set color of loaded track to next color in palette.

:range: Binary
:feedback: Track color changes in the library view.

.. versionadded:: 2.4.0


.. mixxx:control:: [ChannelN],track_color_selector
[PreviewDeckN],track_color_selector
[SamplerN],track_color_selector

Select color of loaded track in the color palette. < 0 goes up the list, > 0 goes down. Wraps around at the top and bottom.

:range: Binary
:feedback: Track color changes in the library view.

.. versionadded:: 2.4.0



.. _appendix-mixxxcontrols-samplers:

Global Sampler controls
Expand Down Expand Up @@ -3502,6 +3539,16 @@ Note that :mixxx:coref:`[Library],MoveUp` and other Move and Scroll controls emu
.. versionadded:: 2.3.0


.. mixxx:control:: [Library],track_color_selector

Select color of selected track in the color palette. < 0 goes up the list, > 0 goes down. Wraps around at the top and bottom.

:range: Binary
:feedback: Track color changes in the library view.

.. versionadded:: 2.4.0


.. mixxx:control:: [Library],search_history_next

Select the next saved search query. Wraps around at the last item to the empty search.
Expand Down