Well that's just the strangest thing. This is the contents of my startup batch file:
pd -mididev 1,2,3,4,6,7 -asio -sounddev 3 -audiobuf 20 -path "G:\pd\extra\Framestein\Patches" -path "G:\pd\gripd" -lib gripd -lib gem-0.87/Gem -path G:\pd\iemabs -path G:\pd\externs -lib iemlib1:iemlib2:iem_mp3:iem_t3_lib
All in one line.
Still on startup Pd says it cannot load the library...
Greetz Wilf
Ãúrstan wrote:
Hello guys and gals,
well. It has probably got to do with the libraries that do not load.
well, you have to tell pd to load the libraries. to repeat myself: either with "-lib iemlib1:iemlib2" or by creating objects [iemlib1] & [iemlib2] (oh, this seems like a deja-vu; try searching the pd-list-archives) and don't forget to add the iemabs-folder to your "-path"
mfg.ads.r IOhannes