diff options
-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 |