summaryrefslogtreecommitdiff
path: root/start_chuck
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-09-02 23:28:49 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-09-02 23:28:49 +0200
commitdb1536d77a62961f269b6ef5ec2df1e6a3d37c70 (patch)
tree78bd3546d7ef652364b23231a5e18149ca82f23e /start_chuck
parentce7743d3bc4cdd3586b7918948fcdc08d21e0ab0 (diff)
downloaddigitale-debutanten-db1536d77a62961f269b6ef5ec2df1e6a3d37c70.tar.gz
allow specifying ChucK executable using CHUCK variable
Diffstat (limited to 'start_chuck')
-rwxr-xr-xstart_chuck2
1 files changed, 1 insertions, 1 deletions
diff --git a/start_chuck b/start_chuck
index c711c61..43fb610 100755
--- a/start_chuck
+++ b/start_chuck
@@ -11,7 +11,7 @@ jack.scope -n 3 -w 512 -b 96512 >/dev/null &
# ChucK server
# NOTE: Last three output ports are for jack.scope
-chuck $* \
+${CHUCK:-chuck} $* \
--srate:44100 --in:3 --out:7 \
--chugin-path:chugins/ \
--loop lib.ck