Skip to content

Commit 124787b

Browse files
committed
mixxx_controls: added track color and star control
added : [channelN] stars_up stars_down track_color_next track_color_prev track_color_selector [Library] track_color_next track_color_prev track_color_selector
1 parent 9207957 commit 124787b

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed

source/chapters/appendix/mixxx_controls.rst

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2822,6 +2822,62 @@ Any control listed above for :mixxx:cogroupref:`[ChannelN]` will work for a samp
28222822
:feedback: Waveform
28232823

28242824

2825+
.. mixxx:control:: [ChannelN],stars_up
2826+
[PreviewDeckN],stars_up
2827+
2828+
Increase the track rating by one star.
2829+
2830+
:range: Binary
2831+
:feedback: Track rating changes in the library view.
2832+
2833+
.. versionadded:: 2.4.0
2834+
2835+
2836+
.. mixxx:control:: [ChannelN],stars_down
2837+
[PreviewDeckN],stars_down
2838+
2839+
Decrease the track rating by one star.
2840+
2841+
:range: Binary
2842+
:feedback: Track rating changes in the library view.
2843+
2844+
.. versionadded:: 2.4.0
2845+
2846+
2847+
.. mixxx:control:: [ChannelN],track_color_prev
2848+
[PreviewDeckN],track_color_prev
2849+
2850+
Set color of loaded track to previous color in palette.
2851+
2852+
:range: Binary
2853+
:feedback: Track color changes in the library view.
2854+
2855+
.. versionadded:: 2.4.0
2856+
2857+
2858+
.. mixxx:control:: [ChannelN],track_color_next
2859+
[PreviewDeckN],track_color_next
2860+
2861+
Set color of loaded track to next color in palette.
2862+
2863+
:range: Binary
2864+
:feedback: Track color changes in the library view.
2865+
2866+
.. versionadded:: 2.4.0
2867+
2868+
2869+
.. mixxx:control:: [ChannelN],track_color_selector
2870+
[PreviewDeckN],track_color_selector
2871+
2872+
Seelect color of loaded track in the color palette. < 0 goes up the list, > 0 goes down. Wraps around at the top and bottom.
2873+
2874+
:range: Binary
2875+
:feedback: Track color changes in the library view.
2876+
2877+
.. versionadded:: 2.4.0
2878+
2879+
2880+
28252881
.. _appendix-mixxxcontrols-samplers:
28262882

28272883
Global Sampler controls
@@ -3501,6 +3557,16 @@ Note that :mixxx:coref:`[Library],MoveUp` and other Move and Scroll controls emu
35013557

35023558
.. versionadded:: 2.3.0
35033559

3560+
3561+
.. mixxx:control:: [Library],track_color_selector
3562+
3563+
Seelect color of selected track in the color palette. < 0 goes up the list, > 0 goes down. Wraps around at the top and bottom.
3564+
3565+
:range: Binary
3566+
:feedback: Track color changes in the library view.
3567+
3568+
.. versionadded:: 2.4.0
3569+
35043570

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

0 commit comments

Comments
 (0)