diff --git a/source/chapters/appendix/mixxx_controls.rst b/source/chapters/appendix/mixxx_controls.rst index 622b803a91..0336218841 100644 --- a/source/chapters/appendix/mixxx_controls.rst +++ b/source/chapters/appendix/mixxx_controls.rst @@ -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 diff --git a/source/chapters/library.rst b/source/chapters/library.rst index c655fc52a3..c58c07dabb 100644 --- a/source/chapters/library.rst +++ b/source/chapters/library.rst @@ -206,7 +206,7 @@ Right-clicking on selected tracks in the track list reveals the context menu: :term:`tags ` 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 ` the tracks again. @@ -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 ` @@ -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.