Basic TidalCycles environment.
- Start Supercollider with
:SCLangStart
Command in VIM - Boot SC Server in
setup.scd
- Start Superdirt in
setup.scd
- Start TidalCycles CLI in Separate Pane
- Execute lines in
session.tidal
NOTE: The basic useage of vim-tidal
that works for me is updating the GHCI
command in /usr/local/bin/tidal
to equal stack exec --package tidal ghci --
and running the tidal
command in a separate tmux panel. For some reason the tidalvim
command doesn't work for me, possibly because I am typically already running scvim
in a tmux session. 🤷♂️