Skip to content

Commit

Permalink
have fairly high latency by default, so it is more likely to work for…
Browse files Browse the repository at this point in the history
… everyone
  • Loading branch information
yaxu committed Dec 7, 2018
1 parent bb86912 commit bcdf4ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BootTidal.hs
Expand Up @@ -5,7 +5,7 @@
import Sound.Tidal.Context

-- total latency = oLatency + cFrameTimespan
tidal <- startTidal (superdirtTarget {oLatency = 0.02, oAddress = "127.0.0.1", oPort = 57120}) (defaultConfig {cFrameTimespan = 1/20})
tidal <- startTidal (superdirtTarget {oLatency = 0.1, oAddress = "127.0.0.1", oPort = 57120}) (defaultConfig {cFrameTimespan = 1/20})

let p = streamReplace tidal
let hush = streamHush tidal
Expand Down

0 comments on commit bcdf4ea

Please sign in to comment.