From 1e990fb25abf5d2987d67bb91b59aff54ab30a2d Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sat, 28 Apr 2012 22:22:07 +0200 Subject: global samplerate changed to 44.1kHz Chuck's samplerate must be adapted --- start_chuck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3