diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-04-28 22:22:07 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-04-28 22:22:07 +0200 |
commit | 1e990fb25abf5d2987d67bb91b59aff54ab30a2d (patch) | |
tree | f6b8ebff2ef78400b2f22c83e9147cd5be61349e /start_chuck | |
parent | f0a637fe7fce13ffe63b96bdfaf675636f71c3da (diff) | |
download | digitale-debutanten-1e990fb25abf5d2987d67bb91b59aff54ab30a2d.tar.gz |
global samplerate changed to 44.1kHz
Chuck's samplerate must be adapted
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 |