Skip to content

Commit 2d5b282

Browse files
committed
controls: add 1-5 star rating controls
1 parent 6113dc0 commit 2d5b282

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

source/chapters/appendix/mixxx_controls.rst

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2835,6 +2835,66 @@ Some controls (like volume, mute, and VU meters) are shared between decks and st
28352835
.. versionadded:: 2.3.0
28362836

28372837

2838+
.. mixxx:control:: [ChannelN],stars_one
2839+
[PreviewDeckN],stars_one
2840+
[SamplerN],stars_one
2841+
2842+
Give the currently loaded track a rating of 1 star.
2843+
2844+
:range: binary
2845+
:feedback: Star count is adjusted in the deck's star widget and in the library table.
2846+
2847+
.. versionadded:: 2.6.0
2848+
2849+
2850+
.. mixxx:control:: [ChannelN],stars_two
2851+
[PreviewDeckN],stars_two
2852+
[SamplerN],stars_two
2853+
2854+
Give the currently loaded track a rating of 2 stars.
2855+
2856+
:range: binary
2857+
:feedback: Star count is adjusted in the deck's star widget and in the library table.
2858+
2859+
.. versionadded:: 2.6.0
2860+
2861+
2862+
.. mixxx:control:: [ChannelN],stars_three
2863+
[PreviewDeckN],stars_three
2864+
[SamplerN],stars_three
2865+
2866+
Give the currently loaded track a rating of 3 stars.
2867+
2868+
:range: binary
2869+
:feedback: Star count is adjusted in the deck's star widget and in the library table.
2870+
2871+
.. versionadded:: 2.6.0
2872+
2873+
2874+
.. mixxx:control:: [ChannelN],stars_four
2875+
[PreviewDeckN],stars_four
2876+
[SamplerN],stars_four
2877+
2878+
Give the currently loaded track a rating of 4 stars.
2879+
2880+
:range: binary
2881+
:feedback: Star count is adjusted in the deck's star widget and in the library table.
2882+
2883+
.. versionadded:: 2.6.0
2884+
2885+
2886+
.. mixxx:control:: [ChannelN],stars_five
2887+
[PreviewDeckN],stars_five
2888+
[SamplerN],stars_five
2889+
2890+
Give the currently loaded track a rating of 5 stars.
2891+
2892+
:range: binary
2893+
:feedback: Star count is adjusted in the deck's star widget and in the library table.
2894+
2895+
.. versionadded:: 2.6.0
2896+
2897+
28382898
.. mixxx:control:: [ChannelN],start
28392899
[PreviewDeckN],start
28402900
[SamplerN],start

0 commit comments

Comments
 (0)