[PD-cvs] externals/iemlib Dokumentation_German.pdf,1.2,1.3 LICENCE.txt,1.2,1.3 pd371_start.bat,NONE,1.1 start_pd36,1.2,1.3 start_pd36_inst,1.2,1.3

musil tmusil at users.sourceforge.net
Fri Apr 1 19:54:45 CEST 2005


Update of /cvsroot/pure-data/externals/iemlib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7041/iemlib

Added Files:
	Dokumentation_German.pdf LICENCE.txt pd371_start.bat 
	start_pd36 start_pd36_inst 
Log Message:
initial checkin (release 1.15) 
this time as binary (instead of text)

--- NEW FILE: start_pd36_inst ---
#!/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

--- NEW FILE: LICENCE.txt ---
Copyright (C) IEM 2003, Thomas MUSIL [musil at 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
University of Music and Dramatic Arts Graz
Inffeldgasse 10/3, 8010 Graz, Austria
http://iem.at
--- NEW FILE: pd371_start.bat ---
@echo off

set PD_PATCH=%1
set PD_INSTALL=C:\Programme\pd-0.37-1\bin
set PD_AUDIO=-r 44100 -audiobuf 80 -sleepgrain 10 -channels 2
set PD_MIDI=-nomidi
set PD_OPTIONS=-font 10
set PD_PATH=-path C:/Programme/pd-0.37-1/iemabs -path C:/Programme/pd-0.37-1/externs
set PD_LIB1=-lib iemlib1 -lib iemlib2 -lib iem_mp3 -lib iem_t3_lib -lib zexy -lib Gem
set PD_LIB2=-lib iem_ambi -lib iem_bin_ambi -lib iem_eq -lib iem_lms -lib iem_matrix
set PD_LIB3=-lib iem_spec2 -lib iem_delay -lib iem_roomsim -lib iem_tab -lib iemgui

@echo starting pd ...
%PD_INSTALL%\pd %PD_AUDIO% %PD_MIDI% %PD_OPTIONS% %PD_PATH% %PD_LIB1% %PD_LIB2% %PD_LIB3% %PD_PATCH%

--- NEW FILE: start_pd36 ---
#!/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

--- NEW FILE: Dokumentation_German.pdf ---
(This appears to be a binary file; contents omitted.)





More information about the Pd-cvs mailing list