From 510725e3791a228318b0cd451566f545d946f0f0 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 16 Sep 2012 22:05:52 +0200 Subject: load OSCGraphics classes --- start_chuck | 10 ++++++---- 1 file 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) -- cgit v1.2.3