Skip to content

Commit

Permalink
MC7000: Fix small stylistic typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Aug 17, 2024
1 parent f60d083 commit b060c68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion res/controllers/Denon-MC7000-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ MC7000.jogParams = {
// set to 3 with audio buffer set to 5ms
sensitivity: engine.getSetting("jogSensitivity") || 1,
// Acceleration settings for the jog wheel in vinyl mode
// If enabled, the track speed will accelerate faster than the physical jogheel movement. Be aware, that the absolute track position will drift relative to the jogwheel position in this mode!
// If enabled, the track speed will accelerate faster than the physical jogheel movement. Be aware that the absolute track position will drift relative to the jogwheel position in this mode!
// (exponent: 0 and coefficient: 1 = no acceleration)
acceleration: {
// Toggles acceleration entirely.
Expand Down
2 changes: 1 addition & 1 deletion res/controllers/Denon-MC7000.midi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
default="false"
label="Enable jogwheel acceleration">
<description>
If enabled, the track speed will accelerate faster than the physical jogheel movement. Be aware, that the absolute track position will drift relative to the jogwheel position in this mode!
If enabled, the track speed will accelerate faster than the physical jogheel movement. Be aware that the absolute track position will drift relative to the jogwheel position in this mode!
(exponent: 0 and coefficient: 1 = no acceleration)
</description>
</option>
Expand Down

0 comments on commit b060c68

Please sign in to comment.