diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-08-29 13:45:26 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-08-29 13:45:26 +0200 |
commit | 02db8b72d1d692596e8ba21bd8fe285b0d4a438d (patch) | |
tree | e196701a292032603c3df7e2545dafb02db90d7c | |
parent | 9cfd5aed215bbb5079571b464448c954152bbf51 (diff) | |
download | digitale-debutanten-02db8b72d1d692596e8ba21bd8fe285b0d4a438d.tar.gz |
chuck exec is built with rpath now, so we don't need the LD_LIBRARY_PATH
-rwxr-xr-x | start_chuck | 3 |
1 files changed, 1 insertions, 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 |