From e73b570aba600a7543c8f7e4e1f6523bb8a4f84d Mon Sep 17 00:00:00 2001 From: polymorphicengine Date: Sat, 30 Dec 2023 16:25:27 +0100 Subject: [PATCH] change defaultCps to Double --- tidal-link/src/hs/Sound/Tidal/Clock.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidal-link/src/hs/Sound/Tidal/Clock.hs b/tidal-link/src/hs/Sound/Tidal/Clock.hs index f09374298..b103b5d54 100644 --- a/tidal-link/src/hs/Sound/Tidal/Clock.hs +++ b/tidal-link/src/hs/Sound/Tidal/Clock.hs @@ -79,7 +79,7 @@ data ClockAction | SetNudge Double deriving Show -defaultCps :: O.Time +defaultCps :: Double defaultCps = 0.575 defaultConfig :: ClockConfig