summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-09-16 22:05:52 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-09-16 22:05:52 +0200
commit510725e3791a228318b0cd451566f545d946f0f0 (patch)
tree2d52c3426ac6810bcd265d9ee7968abb27d30816
parente123cad40e92d1a4a5531b34166aab8d7f404100 (diff)
downloaddigitale-debutanten-510725e3791a228318b0cd451566f545d946f0f0.tar.gz
load OSCGraphics classes
-rwxr-xr-xstart_chuck10
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)