diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-09-04 03:57:26 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-09-04 03:57:26 +0200 |
commit | ed62bc75750c39ffac346a95ce00e9c715096ddc (patch) | |
tree | 50c7ce57713706197ce663b9f639327c5753c1f3 | |
parent | 3afdbe6eb4f17eec478a1f6c2c284a2e5dc5278b (diff) | |
download | digitale-debutanten-ed62bc75750c39ffac346a95ce00e9c715096ddc.tar.gz |
minor change
-rwxr-xr-x | start_chuck | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/start_chuck b/start_chuck index 43fb610..041b9a2 100755 --- a/start_chuck +++ b/start_chuck @@ -13,5 +13,5 @@ jack.scope -n 3 -w 512 -b 96512 >/dev/null & # NOTE: Last three output ports are for jack.scope ${CHUCK:-chuck} $* \ --srate:44100 --in:3 --out:7 \ - --chugin-path:chugins/ \ + --chugin-path:chugins \ --loop lib.ck |