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 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. ::