Skip to content

Commit

Permalink
MC7000: Fix acceleration formula
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Aug 18, 2024
1 parent ae24cb4 commit 500ca80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/hardware/controllers/denon_mc7000.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ Jogwheel Acceleration
Enabling jogwheel acceleration will increase the scratch speed in proportion to the physical speed at which the platters are turned, similar to Serato. The precise formula for computing the scratch speed :math:`S` from the physical platter ticks :math:`t` turned is as follows:

.. math::
S = s \cdot c \cdot t^x
S = \underbrace{st \vphantom{|}}_{\text{base speed}} \cdot \underbrace{c \cdot |st|^x}_{\text{acceleration factor}}
where

- :math:`s` is the jogwheel sensitivity
- :math:`c` is the acceleration coefficient
- :math:`t` is the number of physical platter ticks turned
- :math:`c` is the acceleration coefficient
- :math:`x` is the acceleration exponent

.. warning:: Be aware that the absolute track position will drift relative to the jogwheel position when enabling jogwheel acceleration! While this is convenient for scrubbing, this may make it less suitable for precise scratching.
Expand Down

0 comments on commit 500ca80

Please sign in to comment.