Configuration
From TidalCycles userbase
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
The Tidal boot-up procedure has changed, so with Tidal 1.0.0-pre installed, you'll probably get errors when you start your editor.
You can find the new startup code here: https://github.com/tidalcycles/Tidal/blob/master/BootTidal.hs
You can just run it in a tidal buffer and all should be fine.
Vim
If you are using vim-tidal, check out the instructions found on the README.md file. You need to use the 1.0.0-pre branch of the plugin.
Controlling latency
If you get late messages in supercollider, you can increase the latency by changing the startTidal line to e.g.:
tidal <- startTidal (superdirtTarget {oLatency = 0.04}) defaultConfig
In the old tidal, this value used to be 0.3, but by default is currently set to 0.01.