summaryrefslogtreecommitdiffstats
path: root/src/vinylcontrol
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2019-08-03 20:45:52 +0200
committerGitHub <noreply@github.com>2019-08-03 20:45:52 +0200
commit0758f7eb2a9574623beee1fb564d49989f670e44 (patch)
tree9a6de604f37e9867cba26f2c32acd89315095c82 /src/vinylcontrol
parentef2548e2c03d5b3568352c4a1ef9f45848a8add1 (diff)
parent2ae10476c201ccfb864e6b04f9740e4c8691c2bb (diff)
Merge pull request #2114 from daschuer/spinny_sync
Dejerk spinnies by vSyncThread
Diffstat (limited to 'src/vinylcontrol')
-rw-r--r--src/vinylcontrol/defs_vinylcontrol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vinylcontrol/defs_vinylcontrol.h b/src/vinylcontrol/defs_vinylcontrol.h
index a7ac38fc69..aa37b7b04b 100644
--- a/src/vinylcontrol/defs_vinylcontrol.h
+++ b/src/vinylcontrol/defs_vinylcontrol.h
@@ -29,7 +29,7 @@ const int VINYL_STATUS_ERROR = 3;
#define MIXXX_VINYL_SPEED_33 "33.3 RPM"
#define MIXXX_VINYL_SPEED_45 "45 RPM"
-#define MIXXX_VINYL_SPEED_33_NUM 33.3
+#define MIXXX_VINYL_SPEED_33_NUM (100.0 / 3.0)
#define MIXXX_VINYL_SPEED_45_NUM 45.0
#define MIXXX_VCMODE_ABSOLUTE 0