diff options
-rwxr-xr-x | start_chuck | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/start_chuck b/start_chuck index 649fc9d..7231960 100755 --- a/start_chuck +++ b/start_chuck @@ -28,7 +28,9 @@ jack.scope -n 3 -w 512 -b 96512 >/dev/null & # ChucK server # NOTE: Last three output ports are for jack.scope $CHUCK $* \ - --srate:44100 --in:3 --out:7 \ - --chugin-path:chugins \ - --loop lib.ck \ - 2> >(colorize) + --srate:44100 --in:3 --out:7 \ + --chugin-path:chugins \ + --loop \ + /usr/local/share/osc-graphics/chuck/lib.ck \ + ./lib.ck \ + 2> >(colorize) |