Skip to content

Commit

Permalink
Merge pull request #685 from Swiftb0y/feat/add-shift-cues-co
Browse files Browse the repository at this point in the history
document `shift_cues_earlier/_later(_small)` ControlObjects
  • Loading branch information
ronso0 authored Aug 9, 2024
2 parents 6b17443 + ccf155b commit cafc334
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
40 changes: 40 additions & 0 deletions source/chapters/appendix/mixxx_controls.rst
Original file line number Diff line number Diff line change
Expand Up @@ -820,6 +820,46 @@ Any control listed above for :mixxx:cogroupref:`[ChannelN]` will work for a samp
.. versionadded:: 2.0.0


.. mixxx:control:: [ChannelN],shift_cues_earlier
[PreviewDeckN],shift_cues_earlier
[SamplerN],shift_cues_earlier
:range: binary
:feedback: All :term:`cue markers <cue marker>` move left by 10ms.

.. versionadded:: 2.3.0


.. mixxx:control:: [ChannelN],shift_cues_later
[PreviewDeckN],shift_cues_later
[SamplerN],shift_cues_later
:range: binary
:feedback: All :term:`cue markers <cue marker>` move right by 10ms.

.. versionadded:: 2.3.0


.. mixxx:control:: [ChannelN],shift_cues_earlier_small
[PreviewDeckN],shift_cues_earlier_small
[SamplerN],shift_cues_earlier_small
:range: binary
:feedback: All :term:`cue markers <cue marker>` move left by 1ms.

.. versionadded:: 2.3.0


.. mixxx:control:: [ChannelN],shift_cues_later_small
[PreviewDeckN],shift_cues_later_small
[SamplerN],shift_cues_later_small
:range: binary
:feedback: All :term:`cue markers <cue marker>` move right by 1ms.

.. versionadded:: 2.3.0


.. mixxx:control:: [ChannelN],bpm_toggle_lock
[PreviewDeckN],bpm_toggle_lock
[SamplerN],bpm_toggle_lock
Expand Down
4 changes: 4 additions & 0 deletions source/glossary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,10 @@ Glossary of Terms
track. DJs usually place hotcues at distinctive positions within a track
such as drops, breaks or kicks and snares. Mixxx supports up to 36 hotcues.

cue marker
A catch-all term used in mixxx to refer to the :term:`cue point`,
:term:`hotcues <hotcue>` and :ref:`intro and outro cues<djing-intro-outro-cues>`.

bar
In musical notation, a bar (or measure) is a segment of time defined by a
given number of beats. Typically, a piece consists of several bars of the
Expand Down

0 comments on commit cafc334

Please sign in to comment.