diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-09-02 23:28:49 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-09-02 23:28:49 +0200 |
commit | db1536d77a62961f269b6ef5ec2df1e6a3d37c70 (patch) | |
tree | 78bd3546d7ef652364b23231a5e18149ca82f23e | |
parent | ce7743d3bc4cdd3586b7918948fcdc08d21e0ab0 (diff) | |
download | digitale-debutanten-db1536d77a62961f269b6ef5ec2df1e6a3d37c70.tar.gz |
allow specifying ChucK executable using CHUCK variable
-rwxr-xr-x | start_chuck | 2 |
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 |