You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MC7000 mapping features a number of options that can be customized from the preferences under :guilabel:`Preferences` > :guilabel:`Controllers` after selecting your controller and the `DENON MC7000` mapping.
Jogwheel sensitivity (:math:`s`), ``jogSensitivity``, 1.0, 0.05 to 10.0, "Sensitivity factor of the jog wheel (also depends on audio latency). Use 0.5 for half and 2 for double sensitivity. Recommendation:
69
+
70
+
Set to 0.5 with audio buffer set to 50ms
71
+
72
+
Set to 1 with audio buffer set to 25ms
73
+
74
+
Set to 3 with audio buffer set to 5ms"
75
+
Enable jogwheel acceleration, ``jogAccelerationEnabled``, ``false``, ``true``/``false``, "If enabled, the track speed will accelerate faster than the physical jogwheel movement."
76
+
Acceleration exponent (:math:`x`), ``jogAccelerationExponent``, 0.8, 0.0 to 20.0, The exponent of the acceleration curve
77
+
Acceleration coefficient (:math:`c`), ``jogAccelerationCoefficient``, 1.0, 0.05 to 20.0, The coefficient of the acceleration curve
78
+
79
+
Jogwheel Acceleration
80
+
^^^^^^^^^^^^^^^^^^^^^
81
+
82
+
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:
83
+
84
+
.. math::
85
+
S = \underbrace{st \vphantom{|}}_{\text{base speed}} \cdot\underbrace{c \cdot |st|^x}_{\text{acceleration factor}}
86
+
87
+
where
88
+
89
+
- :math:`s` is the jogwheel sensitivity
90
+
- :math:`t` is the number of physical platter ticks turned
91
+
- :math:`c` is the acceleration coefficient
92
+
- :math:`x` is the acceleration exponent
93
+
94
+
.. 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.
95
+
96
+
.. hint:: An acceleration exponent :math:`x` of 0 and a coefficient :math:`c` of 1 are equivalent to no acceleration.
97
+
48
98
.. _denon_mc7000_uservariables:
49
99
50
100
User Variables
51
101
~~~~~~~~~~~~~~
52
102
53
-
User variables can be set to suit individual needs inside the :file:`Denon-MC7000-scripts.js` mapping file:
103
+
The mapping can further be customized to suit individual needs via user variables inside the :file:`Denon-MC7000-scripts.js` mapping file:
0 commit comments