From 687700f604f2b177579df07a6e8722e505a3e8b3 Mon Sep 17 00:00:00 2001 From: ronso0 Date: Sun, 6 Oct 2024 20:43:39 +0200 Subject: [PATCH] (fix) controls: fix / update `scratch` and `jog`, remove --- source/chapters/appendix/mixxx_controls.rst | 36 +++++++++++---------- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/source/chapters/appendix/mixxx_controls.rst b/source/chapters/appendix/mixxx_controls.rst index 22ac9a0a31..69ee0d4d89 100644 --- a/source/chapters/appendix/mixxx_controls.rst +++ b/source/chapters/appendix/mixxx_controls.rst @@ -2442,7 +2442,10 @@ Any control listed above for :mixxx:cogroupref:`[ChannelN]` will work for a samp [PreviewDeckN],scratch2 [SamplerN],scratch2 - Affects absolute play speed & direction whether currently playing or not when :mixxx:coref:`[ChannelN],scratch2_enable` is active. (multiplicative). Use JavaScript ``engine.scratch`` functions to manipulate in controller mappings. + Affects absolute play speed & direction whether currently playing or not when :mixxx:coref:`[ChannelN],scratch2_enable` is active. (multiplicative). + Use JavaScript functions ``engine.scratchEnable``, ``engine.scratchDisable``, ``engine.isScratching`` and ``engine.isScratching`` to manipulate in controller mappings. + See the example in the `Mixxx Wiki -> Controller Scripting -> Scratching and jog wheels + `__ . :range: -3.0..3.0 :feedback: Waveform @@ -4388,26 +4391,12 @@ In the meantime, skins and controller mappings that still use them will keep wor [SamplerN],jog Affects relative playback speed and direction for short instances (additive & is automatically reset to 0). + Use it in controller mappings do pitch-bend with jog wheels. See the example in the `Mixxx Wiki -> Controller Scripting -> Scratching and jog wheels + `__. :range: -3.0..3.0 :feedback: waveform - .. deprecated:: ?? - Use the JavaScript ``engine.scratch`` functions instead. - - -.. mixxx:control:: [ChannelN],scratch - [PreviewDeckN],scratch - [SamplerN],scratch - - Affects playback speed and direction (`differently whether currently playing or not `__) (multiplicative). - - :range: -3.0..3.0 - :feedback: Waveform - - .. deprecated:: ?? - Use the JavaScript ``engine.scratch`` functions instead. - .. mixxx:control:: [ChannelN],filter [PreviewDeckN],filter @@ -4756,3 +4745,16 @@ These controls have been removed from Mixxx. Skins and controller mappings that .. deprecated:: 2.4.0 This control has been **removed** without a direct replacement. Use the :ref:`effects framework ` instead. + + +.. mixxx:control:: [ChannelN],scratch + [PreviewDeckN],scratch + [SamplerN],scratch + + Affects playback speed and direction (multiplicative). + + :range: -3.0..3.0 + :feedback: Waveform + + .. deprecated:: ?? + Use the JavaScript ``engine.scratch`` functions instead.