Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit bc03ed8

Browse files
matthewkaneyZalastax
authored andcommitted
Remove tempo sync config options
1 parent a81b10e commit bc03ed8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Sound/Tidal/Config.hs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ data Config = Config {cCtrlListen :: Bool,
2828
cFrameTimespan :: Double,
2929
cEnableLink :: Bool,
3030
cProcessAhead :: Double,
31-
cTempoAddr :: String,
32-
cTempoPort :: Int,
33-
cTempoClientPort :: Int,
3431
cSkipTicks :: Int64,
3532
cVerbose :: Bool,
3633
cQuantum :: CDouble,
@@ -45,9 +42,6 @@ defaultConfig = Config {cCtrlListen = True,
4542
cFrameTimespan = 1/20,
4643
cEnableLink = True,
4744
cProcessAhead = 3/10,
48-
cTempoAddr = "127.0.0.1",
49-
cTempoPort = 9160,
50-
cTempoClientPort = 0, -- choose at random
5145
cSkipTicks = 10,
5246
cVerbose = True,
5347
cQuantum = 4,

0 commit comments

Comments
 (0)