From a4fba3cd8016d0a97444b12eddf562c0c6049d00 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Sun, 22 Nov 2020 00:38:52 +0100 Subject: [PATCH] Adjust SuperDirt startup --- .bin/tidalcycles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bin/tidalcycles b/.bin/tidalcycles index 615c700..75d28f9 100755 --- a/.bin/tidalcycles +++ b/.bin/tidalcycles @@ -19,7 +19,7 @@ $TMUX attach-session -t "$SESSION" || $TMUX new-session -s "$SESSION" \; \ send-keys -t 0 "$VIM $args" C-m \; \ send-keys -t 1 "TIDAL_BOOT_PATH=$TIDAL_BOOT_PATH GHCI=$GHCI tidal" C-m \; \ new-window -t "$SESSION":2 -n SuperDirt \; \ - send-keys -t 0 "cadence-session-start -s && sclang ~/dev/live/tidal/superdirt_startup.scd" C-m \; \ + send-keys -t 0 "jack_control start && sclang ~/dev/live/scripts/start.scd" C-m \; \ select-window -t 1 \; \ resize-pane -t 1 -x 100 \; \ resize-pane -t 0 -x 125 \; \