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 af8273e..f7ced29 100755 --- a/start_chuck +++ b/start_chuck @@ -11,5 +11,5 @@ jack.scope -n 3 -w 512 -b 96512 >/dev/null & # ChucK server # NOTE: Last three output ports are for jack.scope -chuck --in3 --out7 --loop lib.ck +chuck --srate44100 --in3 --out7 --loop lib.ck |