From ea7e4f61d72adeca57db31e1c6f29c6a65582d2a Mon Sep 17 00:00:00 2001 From: ronso0 Date: Mon, 3 Aug 2026 01:08:17 +0200 Subject: [PATCH 1/2] document controls [Library],stars_up|down and [Library],set_bpmlock --- source/chapters/appendix/mixxx_controls.rst | 32 +++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/source/chapters/appendix/mixxx_controls.rst b/source/chapters/appendix/mixxx_controls.rst index 15ffd58ed9..1b254fe109 100644 --- a/source/chapters/appendix/mixxx_controls.rst +++ b/source/chapters/appendix/mixxx_controls.rst @@ -3872,6 +3872,38 @@ The ``[Library]`` controls .. versionadded:: 2.4.0 +.. mixxx:control:: [Library],stars_up + + Increase the rating of the currently selected track(s). + + :range: binary + :feedback: Star count is increased in the library's Rating column and in star widgets of decks + where the selected track is loaded. + + .. versionadded:: 2.6.0 + + +.. mixxx:control:: [Library],stars_down + + Decrease the rating of the currently selected track(s). + + :range: binary + :feedback: Star count is decreased in the library's Rating column and in star widgets of decks + where the selected track is loaded. + + .. versionadded:: 2.6.0 + + +.. mixxx:control:: [Library],set_bpmlock + + Set the :term:`beatgrid`/:term:`BPM` lock state of the selected track(s). + + :range: binary + :feedback: The lock icon of the selected track(s) is activated/deactivated. + + .. versionadded:: 2.6.0 + + .. mixxx:control:: [Library],AutoDjAddBottom [Playlist],AutoDjAddBottom From 09a211d8de40683e35478a6cb35f2355855df84d Mon Sep 17 00:00:00 2001 From: ronso0 Date: Mon, 3 Aug 2026 15:43:03 +0200 Subject: [PATCH 2/2] extend BPM fuzzy explanation with half/double from https://github.com/mixxxdj/mixxx/pull/16703 --- source/chapters/library.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/chapters/library.rst b/source/chapters/library.rst index e5cb01cafb..082365db13 100644 --- a/source/chapters/library.rst +++ b/source/chapters/library.rst @@ -485,9 +485,11 @@ Mixxx supports the following filters: ~key:c#m * Fuzzy BPM searches find tracks in the range of +/- N % of the current pitch - slider range. N can be set in :menuselection:`Preferences --> Library --> Track Search`. + slider range, as well as the respective half and double ranges. N can be set + in :menuselection:`Preferences --> Library --> Track Search`. With the default pitch slider range of 8% and the default BPM search range - of 75%, the following example lists tracks with BPM between 94 and 106. + of 75%, the following example lists tracks with BPM between 94 and 106, + 47 and 53, as well as 188 and 212. ::