Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions source/chapters/appendix/mixxx_controls.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 4 additions & 2 deletions source/chapters/library.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

::

Expand Down
Loading