Skip to content

Commit

Permalink
Remove tempo sync config options
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewkaney authored and Zalastax committed May 27, 2023
1 parent a81b10e commit bc03ed8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Sound/Tidal/Config.hs
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ data Config = Config {cCtrlListen :: Bool,
cFrameTimespan :: Double,
cEnableLink :: Bool,
cProcessAhead :: Double,
cTempoAddr :: String,
cTempoPort :: Int,
cTempoClientPort :: Int,
cSkipTicks :: Int64,
cVerbose :: Bool,
cQuantum :: CDouble,
Expand All @@ -45,9 +42,6 @@ defaultConfig = Config {cCtrlListen = True,
cFrameTimespan = 1/20,
cEnableLink = True,
cProcessAhead = 3/10,
cTempoAddr = "127.0.0.1",
cTempoPort = 9160,
cTempoClientPort = 0, -- choose at random
cSkipTicks = 10,
cVerbose = True,
cQuantum = 4,
Expand Down

0 comments on commit bc03ed8

Please sign in to comment.