From 3c19adc8a7d67305631d560ac69a8e6f74f052f8 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 30 Aug 2012 17:17:38 +0200 Subject: replace Chubgraph Clipper with Chugin Clipper, giving a significant speed increase * Chubgraph Clipper now available as ClipperGraph * Chugins are built in chugins/ and do not need to be installed * additional command line options to ./start_chuck are passed to chuck --- start_chuck | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'start_chuck') diff --git a/start_chuck b/start_chuck index 9c4aebf..c711c61 100755 --- a/start_chuck +++ b/start_chuck @@ -11,5 +11,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 --loop lib.ck - +chuck $* \ + --srate:44100 --in:3 --out:7 \ + --chugin-path:chugins/ \ + --loop lib.ck -- cgit v1.2.3