Skip to content

Commit 37b6a33

Browse files
authored
Merge pull request #731 from acolombier/feat/saved-jump
2 parents df364b1 + 340af7e commit 37b6a33

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

source/chapters/appendix/mixxx_controls.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1420,6 +1420,9 @@ Some controls (like volume, mute, and VU meters) are shared between decks and st
14201420
Just like :mixxx:coref:`reloop_toggle <[ChannelN],reloop_toggle>`, the player seeks back to the loop start when the current play position is behind the loop, and enabled without a seek when it is in front of or inside the loop.
14211421
This allows a loop catching behavior on one hand and a jump back when the loop has been exit by just triggering this control.
14221422

1423+
If :mixxx:coref:`hotcue_X_type <[ChannelN],hotcue_X_type>` is "Jump", the jump will be "armed" when set to 1, meaning that the deck will perform the jump to the hotcue when the play position reaches the hotcue's "from" position (marked with a circular arrow on the waveform).
1424+
If the play position is after the saved jump positions (both "from" and "to"), it will bring the playback to the "to" position.
1425+
14231426
Setting the control to 1 when the track is currently not playing (i.e. :mixxx:coref:`play <[ChannelN],play>` is set to 0) will start hotcue previewing.
14241427
After resetting the control to 0, playback will usually be stopped and the player will seek to the hotcue position.
14251428
If :mixxx:coref:`play <[ChannelN],play>` is set to 1 while previewing is active, the playback will continue and no seek occurs.
@@ -1430,6 +1433,8 @@ Some controls (like volume, mute, and VU meters) are shared between decks and st
14301433
.. versionadded:: 1.8.0
14311434
.. versionchanged:: 2.4.0
14321435
Added support for saved loops.
1436+
.. versionchanged:: 2.6.0
1437+
Added support for saved jump.
14331438

14341439

14351440
.. mixxx:control:: [ChannelN],hotcue_X_activatecue
@@ -1506,11 +1511,13 @@ Some controls (like volume, mute, and VU meters) are shared between decks and st
15061511
===== ===================================
15071512
0 Hotcue X is not set
15081513
1 Hotcue X is set
1509-
2 Hotcue X is active (saved loop is enabled or hotcue is previewing)
1514+
2 Hotcue X is active (saved loop is enabled, saved jump is armed or hotcue is previewing)
15101515
===== ===================================
15111516

15121517
.. versionadded:: 2.4.0
15131518
Replaces the deprecated :mixxx:coref:`[ChannelN],hotcue_X_enabled`.
1519+
.. versionchanged:: 2.6.0
1520+
Added support for saved jump.
15141521

15151522

15161523
.. mixxx:control:: [ChannelN],hotcue_X_type
@@ -1526,6 +1533,7 @@ Some controls (like volume, mute, and VU meters) are shared between decks and st
15261533
0 Invalid/Not Set
15271534
1 Hotcue
15281535
4 Saved Loop
1536+
5 Saved Jump
15291537
===== ===================================
15301538

15311539
.. versionadded:: 2.4.0

0 commit comments

Comments
 (0)