Hello,
I would like to synchronize Strudel and SuperCollider with SuperDirt via the web audio API or better with SuperDirt API by sending OSC messages.
Thanks to Ableton Link, I suceeded in synchronizing patterns from Tidal and SuperDirt and patterns from SuperCollider on another server, by changing latency in BootTidal.hs:
tidal <- startTidal (superdirtTarget {oLatency = 0.0, oAddress = "127.0.0.1", oPort = 57120}) (defaultConfig {cVerbose = True, cFrameTimespan = 1/20})
But how to synchronize Strudel with SuperCollider?
Many thanks,
Best,
Christophe