Skip to content

Commit

Permalink
Merge pull request #578 from Holzhaus/remove-offensive-language
Browse files Browse the repository at this point in the history
Update documentation with changes from offensive language removal
  • Loading branch information
Swiftb0y authored Sep 11, 2023
2 parents 40c0c31 + cdd99b1 commit be5265c
Showing 1 changed file with 19 additions and 6 deletions.
25 changes: 19 additions & 6 deletions source/chapters/appendix/mixxx_controls.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2502,19 +2502,27 @@ Any control listed above for :mixxx:cogroupref:`[ChannelN]` will work for a samp
.. versionadded:: 2.0.0


.. mixxx:control:: [ChannelN],sync_master
[PreviewDeckN],sync_master
[SamplerN],sync_master
.. mixxx:control:: [ChannelN],sync_leader
[PreviewDeckN],sync_leader
[SamplerN],sync_leader
Sets deck as leader clock.

:range: binary
:feedback: If enabled, the :guilabel:`Sync` button stays lit and :term:`tempo` slider snap to the appropriate value. Slider adjustments are linked on all decks that have :term:`sync lock` enabled.

.. versionadded:: 2.4.0

.. mixxx:control:: [ChannelN],sync_master
[PreviewDeckN],sync_master
[SamplerN],sync_master
.. versionadded:: 2.0.0
.. versionchanged:: 2.3.0
This button just enables :term:`sync lock` mode (similar to :mixxx:coref:`[ChannelN],sync_enabled`), it does not actually guarantee the deck will be the sync leader. This will be fixed in a future version.

.. deprecated:: 2.4.0
Use :mixxx:coref:`[ChannelN],sync_leader`, :mixxx:coref:`[PreviewDeckN],sync_leader` and :mixxx:coref:`[SamplerN],sync_leader` instead.

.. mixxx:control:: [ChannelN],sync_mode
[PreviewDeckN],sync_mode
Expand Down Expand Up @@ -3063,8 +3071,8 @@ Then you can use your :term:`MIDI` controller to control its volume and some oth
:feedback: Configured channel in the sound preferences.


.. mixxx:control:: [MicrophoneN],master
[AuxiliaryN],master
.. mixxx:control:: [MicrophoneN],main_mix
[AuxiliaryN],main_mix
Hold value at 1 to mix channel input into the main output.
For :mixxx:cogroupref:`[MicrophoneN]` use :mixxx:coref:`[MicrophoneN],talkover` instead.
Expand All @@ -3074,6 +3082,11 @@ Then you can use your :term:`MIDI` controller to control its volume and some oth
:feedback: Auxiliary: Play button
Microphone: N/A

.. mixxx:control:: [MicrophoneN],master
[AuxiliaryN],master
.. deprecated:: 2.4.0
Use :mixxx:coref:`[MicrophoneN],main_mix` instead.

.. mixxx:control:: [AuxiliaryN],orientation
Expand Down Expand Up @@ -3150,7 +3163,7 @@ Then you can use your :term:`MIDI` controller to control its volume and some oth
[AuxiliaryN],talkover
Hold value at 1 to mix channel input into the main output.
For :mixxx:cogroupref:`[AuxiliaryN]` use :mixxx:coref:`[AuxiliaryN],master` instead.
For :mixxx:cogroupref:`[AuxiliaryN]` use :mixxx:coref:`[AuxiliaryN],main_mix` instead.
Note that :mixxx:cogroupref:`[AuxiliaryN]` also take :mixxx:coref:`[AuxiliaryN],orientation` into account.

:range: binary
Expand Down

0 comments on commit be5265c

Please sign in to comment.