Skip to content

Commit

Permalink
Merge pull request mixxxdj#417 from ywwg/update-replaygain-manual
Browse files Browse the repository at this point in the history
 Add entries for replaygain update functionality.
  • Loading branch information
ronso0 authored Sep 24, 2021
2 parents 37ff81f + ff6a1a9 commit 240faa4
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
13 changes: 13 additions & 0 deletions source/chapters/appendix/mixxx_controls.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2535,6 +2535,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 @@ -210,7 +210,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 @@ -228,7 +228,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 @@ -242,6 +242,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

0 comments on commit 240faa4

Please sign in to comment.