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
13 changes: 13 additions & 0 deletions source/chapters/appendix/mixxx_controls.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2506,6 +2506,19 @@ Any control listed above for :mixxx:cogroupref:`[ChannelN]` will work for a samp

.. versionadded:: 2.0.0

.. mixxx:control:: [ChannelN],update_replaygain_from_pregain
[PreviewDeckN],update_replaygain_from_pregain
[SamplerN],update_replaygain_from_pregain

Applies the deck pregain knob value to the detected ReplayGain value for the
current track. This is a way to update the ReplayGain value of a track if it
has been detected incorrectly. When this control is triggered, the pregain
value for the deck will be centered so that there is no audible difference in
track volume, so this operation is safe to use during performance, if the controller mapping uses soft-takeover for the pregain knob.

:range: binary
:feedback: ReplayGain value is updated in library, deck pregain is reset to 1.0.


.. mixxx:control:: [ChannelN],vinylcontrol_enabled
[PreviewDeckN],vinylcontrol_enabled
Expand Down
10 changes: 8 additions & 2 deletions source/chapters/library.rst
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ Right-clicking on selected tracks in the track list reveals the context menu:
:term:`tags <metadata>` or a picture in the track folder if the tags do
not supply any.

* **Clear**:
* **Reset**:
* **BPM and Beatgrid**: Removes the :term:`BPM` and :term:`beatgrid` data
from the selected tracks in the Mixxx library. After doing this, we
recommend :ref:`analyzing <library-analyze>` the tracks again.
Expand All @@ -224,7 +224,7 @@ Right-clicking on selected tracks in the track list reveals the context menu:
* **All**: Clears all of the data above from the Mixxx library database at
once.

* **Change BPM**:
* **Adjust BPM**:

* Allows to change the :term:`BPM` to 50%, 66%, 75%, 133,33%, 150%, or
200% of the BPM set by Mixxx when :ref:`analyzing <library-analyze>`
Expand All @@ -239,6 +239,12 @@ Right-clicking on selected tracks in the track list reveals the context menu:
will set the status to "locked", and the icon changes to
|ic_lib_bpm_locked|.

* **Update ReplayGain from Deck Gain**: Applies the deck pregain knob value to
the detected ReplayGain value for the current track. This is a way to update
the ReplayGain value of a track if it has been detected incorrectly. When this
option is selected, the pregain value for the deck will be centered so that
there is no audible difference in track volume, so this operation is safe to
use during performance.
* **Hide from Library**: Temporarily hides selected tracks from the track list.
Hidden tracks are listed in the :guilabel:`Hidden Tracks` menu item which is
explained below.
Expand Down