diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-06-25 17:02:55 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-06-25 17:02:55 +0200 |
commit | a8c27f74d03e2992d504450158ef091b4ee263c3 (patch) | |
tree | 464d53d3d894e1d05777a5a44e172a5614dfda3b | |
parent | ca68aae0fe183c89875d04fc78ee3413fc6486c8 (diff) | |
download | digitale-debutanten-a8c27f74d03e2992d504450158ef091b4ee263c3.tar.gz |
ensure that ChucK is loaded with 32-bit version of a manually installed Jack client library
-rwxr-xr-x | start_chuck | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/start_chuck b/start_chuck index f7ced29..1dde6ee 100755 --- a/start_chuck +++ b/start_chuck @@ -11,5 +11,6 @@ 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 |