diff options
author | musil <tmusil@users.sourceforge.net> | 2006-11-09 22:10:18 +0000 |
---|---|---|
committer | musil <tmusil@users.sourceforge.net> | 2006-11-09 22:10:18 +0000 |
commit | 80539ddaa73d0a2ccaca23e2c4af089f0949ac0b (patch) | |
tree | a0abc49a84a46d8835386723470ee947b879f206 | |
parent | 1bb6e346b9a885c1bb9b6b5a12e4bfae2d1cbb3f (diff) |
initial
svn path=/trunk/externals/iemlib/; revision=6248
-rwxr-xr-x | start_pd-0.39-2 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/start_pd-0.39-2 b/start_pd-0.39-2 new file mode 100755 index 0000000..663379c --- /dev/null +++ b/start_pd-0.39-2 @@ -0,0 +1,5 @@ +#!/bin/sh
+
+/usr/local/bin/pd -r 44100 -channels 2 -audiobuf 400 -audiodev 1 -nomidi \
+-path iemabs:lib \
+-lib iemlib1:iemlib2:iem_mp3:iem_t3_lib
|