Skip to content

Commit

Permalink
mixxx_controls: added track color and star control
Browse files Browse the repository at this point in the history
added :
[ChannelN]
[PreviewDeckN]
stars_up
stars_down
track_color_next
track_color_prev
track_color_selector

[Library]
track_color_selector
  • Loading branch information
aqw42 committed Apr 11, 2024
1 parent 9207957 commit e755246
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions source/chapters/appendix/mixxx_controls.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2822,6 +2822,62 @@ Any control listed above for :mixxx:cogroupref:`[ChannelN]` will work for a samp
:feedback: Waveform


.. mixxx:control:: [ChannelN],stars_up
[PreviewDeckN],stars_up
Increase the track rating by one star.

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

.. versionadded:: 2.4.0


.. mixxx:control:: [ChannelN],stars_down
[PreviewDeckN],stars_down
Decrease the track rating by one star.

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

.. versionadded:: 2.4.0


.. mixxx:control:: [ChannelN],track_color_prev
[PreviewDeckN],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
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
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 +3558,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

0 comments on commit e755246

Please sign in to comment.