From 02db8b72d1d692596e8ba21bd8fe285b0d4a438d Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Wed, 29 Aug 2012 13:45:26 +0200 Subject: chuck exec is built with rpath now, so we don't need the LD_LIBRARY_PATH --- start_chuck | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/start_chuck b/start_chuck index 1dde6ee..9c4aebf 100755 --- a/start_chuck +++ b/start_chuck @@ -11,6 +11,5 @@ jack.scope -n 3 -w 512 -b 96512 >/dev/null & # ChucK server # NOTE: Last three output ports are for jack.scope -LD_LIBRARY_PATH=/usr/local/lib32 \ -chuck --srate44100 --in3 --out7 --loop lib.ck +chuck --srate:44100 --in:3 --out:7 --loop lib.ck -- cgit v1.2.3