summaryrefslogtreecommitdiff
path: root/start_chuck
diff options
context:
space:
mode:
Diffstat (limited to 'start_chuck')
-rwxr-xr-xstart_chuck6
1 files changed, 4 insertions, 2 deletions
diff --git a/start_chuck b/start_chuck
index 9c4aebf..c711c61 100755
--- a/start_chuck
+++ b/start_chuck
@@ -11,5 +11,7 @@ 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 --loop lib.ck
-
+chuck $* \
+ --srate:44100 --in:3 --out:7 \
+ --chugin-path:chugins/ \
+ --loop lib.ck