diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-09-16 22:05:52 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-09-16 22:05:52 +0200 |
commit | 510725e3791a228318b0cd451566f545d946f0f0 (patch) | |
tree | 2d52c3426ac6810bcd265d9ee7968abb27d30816 | |
parent | e123cad40e92d1a4a5531b34166aab8d7f404100 (diff) | |
download | digitale-debutanten-510725e3791a228318b0cd451566f545d946f0f0.tar.gz |
load OSCGraphics classes
-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) |