diff options
Diffstat (limited to 'start_chuck')
-rwxr-xr-x | start_chuck | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/start_chuck b/start_chuck index 7231960..73326b1 100755 --- a/start_chuck +++ b/start_chuck @@ -28,7 +28,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 \ + --in:3 --out:7 \ --chugin-path:chugins \ --loop \ /usr/local/share/osc-graphics/chuck/lib.ck \ |