Skip to content

Commit

Permalink
Merge pull request #704 from ronso0/scratch-controls
Browse files Browse the repository at this point in the history
update references to `engine.scratch..` functions
  • Loading branch information
Swiftb0y authored Jan 28, 2025
2 parents 0d82c32 + 52ac2c6 commit 37d16fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/chapters/appendix/mixxx_controls.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2442,7 +2442,7 @@ 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 the JavaScript ``engine.scratchTick`` function to manipulate in controller mappings. See the `Scratching and jog wheels <https://github.com/mixxxdj/mixxx/wiki/midi%20scripting#user-content-scratching-and-jog-wheels>`__ section for more information.

:range: -3.0..3.0
:feedback: Waveform
Expand All @@ -2454,7 +2454,7 @@ Any control listed above for :mixxx:cogroupref:`[ChannelN]` will work for a samp
[PreviewDeckN],scratch2_enable
[SamplerN],scratch2_enable
Takes over play speed & direction for :mixxx:coref:`[ChannelN],scratch2`.
Takes over play speed & direction for :mixxx:coref:`[ChannelN],scratch2`. Use the JavaScript ``engine.scratchEnable``/``engine.scratchDisable`` functions to manipulate in controller mappings. See the `Scratching and jog wheels <https://github.com/mixxxdj/mixxx/wiki/midi%20scripting#user-content-scratching-and-jog-wheels>`__ section for more information.

:range: binary
:feedback: Waveform
Expand Down Expand Up @@ -4406,7 +4406,7 @@ In the meantime, skins and controller mappings that still use them will keep wor
:feedback: Waveform

.. deprecated:: ??
Use the JavaScript ``engine.scratch`` functions instead.
Use the JavaScript ``engine.scratchTick`` function to manipulate in controller mappings. See the `Scratching and jog wheels <https://github.com/mixxxdj/mixxx/wiki/midi%20scripting#user-content-scratching-and-jog-wheels>`__ section for more information.


.. mixxx:control:: [ChannelN],filter
Expand Down

0 comments on commit 37d16fb

Please sign in to comment.