diff options
author | musil <tmusil@users.sourceforge.net> | 2005-04-01 17:52:43 +0000 |
---|---|---|
committer | musil <tmusil@users.sourceforge.net> | 2005-04-01 17:52:43 +0000 |
commit | c9c816d9180688c0dc8058af0f52e5b3cdb47437 (patch) | |
tree | 13374911acda77b620b65c0b1195f8a23b118e89 | |
parent | a9512f0443f48b9022438f83703721de5cdee033 (diff) |
initial checkin (release 1.15)
this time as binary (instead of text)
svn path=/trunk/externals/iemlib/; revision=2668
-rw-r--r-- | Dokumentation_German.pdf | bin | 177128 -> 0 bytes | |||
-rw-r--r-- | LICENCE.txt | 20 | ||||
-rwxr-xr-x | start_pd36 | 5 | ||||
-rwxr-xr-x | start_pd36_inst | 5 |
4 files changed, 0 insertions, 30 deletions
diff --git a/Dokumentation_German.pdf b/Dokumentation_German.pdf Binary files differdeleted file mode 100644 index 06ecb7b..0000000 --- a/Dokumentation_German.pdf +++ /dev/null diff --git a/LICENCE.txt b/LICENCE.txt deleted file mode 100644 index cd5f562..0000000 --- a/LICENCE.txt +++ /dev/null @@ -1,20 +0,0 @@ -Copyright (C) IEM 2003, Thomas MUSIL [musil@iem.at] - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU Lesser General Public -License as published by the Free Software Foundation; either -version 2.1 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Lesser General Public License for more details (see GnuLGPL.txt). -(e.g. http://www.gnu.org/copyleft/lesser.html) - -You should have received a copy of the GNU Lesser General Public -License along with this library; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - -IEM - Institute of Electronic Music and Acoustics, Graz -Inffeldgasse 10/3, 8010 Graz, Austria -http://iem.at
\ No newline at end of file diff --git a/start_pd36 b/start_pd36 deleted file mode 100755 index 1a35687..0000000 --- a/start_pd36 +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -/usr/local/bin/pd -r 44100 -channels 2 -audiobuf 400 -audiodev 1 -nomidi \ --path lib -path iemabs \ --lib iemlib1 -lib iemlib2 -lib iem_mp3 -lib iem_t3_lib diff --git a/start_pd36_inst b/start_pd36_inst deleted file mode 100755 index 592880b..0000000 --- a/start_pd36_inst +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -/usr/local/bin/pd -r 44100 -channels 2 -audiobuf 400 -audiodev 1 -nomidi \ --path /usr/local/lib/pd/externs -path /usr/local/lib/pd/iemabs \ --lib iemlib1 -lib iemlib2 -lib iem_mp3 -lib iem_t3_lib |