diff options
author | musil <tmusil@users.sourceforge.net> | 2006-11-22 16:09:56 +0000 |
---|---|---|
committer | musil <tmusil@users.sourceforge.net> | 2006-11-22 16:09:56 +0000 |
commit | 0d7548735f6ffaa9f6470776cd4ec9cdcddfcbdf (patch) | |
tree | 0204d4b6c728f4e8396262df04be8fd0fba47a60 | |
parent | d9d755b43c33307d563106398bf761c322f90a81 (diff) |
linux start script
svn path=/trunk/externals/iemlib/; revision=6378
-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..1ddba8e --- /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 |