hi, I was wondering why pd isnt loading all the externals Hans-Christoph Steiner includes in his os x installer. using der -verbose flag pd gives a really long message of trying to load the externals like this
tried /usr/local/lib/pd/extra/vpicture.pd and failed tried vst~.pd and failed tried /usr/local/lib/pd/extra/vst~.pd and failed tried /usr/local/lib/pd/extra/vst~.pd and failed tried waveform~.pd and failed tried /usr/local/lib/pd/extra/waveform~.pd and failed tried /usr/local/lib/pd/extra/waveform~.pd and failed
does anybody know how to solve the problem, getting pd to load the externals. cheers, christian klotz
Hallo, Christian Klotz hat gesagt: // Christian Klotz wrote:
I was wondering why pd isnt loading all the externals Hans-Christoph Steiner includes in his os x installer. using der -verbose flag pd gives a really long message of trying to load the externals like this
tried /usr/local/lib/pd/extra/vpicture.pd and failed tried vst~.pd and failed tried /usr/local/lib/pd/extra/vst~.pd and failed tried /usr/local/lib/pd/extra/vst~.pd and failed tried waveform~.pd and failed tried /usr/local/lib/pd/extra/waveform~.pd and failed tried /usr/local/lib/pd/extra/waveform~.pd and failed
does anybody know how to solve the problem, getting pd to load the externals.
See section "3.7. dealing with files" in the html documentation: Add the place where your externals are installed to the Pd path.
Frank Barknecht _ ______footils.org__
hi Christian,
this is the main cyclone external checking, if there are any abstractions it could use (when importing Max patches) as replacements for the max/msp classes missing in the cyclone library. If it fails with an abstraction, a dummy class is defined.
I am not sure, however, if loading of the main cyclone external should be part of the standard setup -- I never do that, unless importing from Max...
Otoh, it is not very harmful, apart from longer startup time, and a possibility for name clashes. Btw, cyclone's vst~ dummy, and some others too, have already been renamed to c74.vst~ (in order to make that dummies thing even less harmful).
Krzysztof
Christian Klotz wrote: ...
tried /usr/local/lib/pd/extra/vpicture.pd and failed tried vst~.pd and failed
...
On Jul 26, 2004, at 7:02 PM, Krzysztof Czaja wrote:
this is the main cyclone external checking, if there are any abstractions it could use (when importing Max patches) as replacements for the max/msp classes missing in the cyclone library. If it fails with an abstraction, a dummy class is defined.
ok, thanks a lot, that explains the strange behaviour. I was wondering because the iemlib and pdp were not loaded correctly, so I tried the -verbose flag. But this iemlib/pdp problem is still ongoing :( - the strange thing is that iemlib seems to be loaded partly. the iemlib help file 'all_guis_INTRO.pd' works fine but all .pds with sound processing objects dont. My .pdrc file includes
-lib iemlib1 -lib iemlib2 -lib iem_mp3 -lib iem_t3_lib
so everything should be loaded fine (iem_mp3.pd_darwin, iem_t3_lib.pd_darwin, iemlib1.pd_darwin and iemlib2.pd_darwin are existing in the extra folder). Why the pdp isnt loading (pdp.pd_darwin exists) I dont know.
cheers, christian
On Mon, Jul 26, 2004 at 08:45:44PM +0200, Christian Klotz wrote:
-verbose flag. But this iemlib/pdp problem is still ongoing :( - the strange thing is that iemlib seems to be loaded partly. the iemlib help file 'all_guis_INTRO.pd' works fine but all .pds with sound processing objects dont. My .pdrc file includes
-lib iemlib1 -lib iemlib2 -lib iem_mp3 -lib iem_t3_lib
so everything should be loaded fine (iem_mp3.pd_darwin, iem_t3_lib.pd_darwin, iemlib1.pd_darwin and iemlib2.pd_darwin are existing in the extra folder). Why the pdp isnt loading (pdp.pd_darwin exists) I dont know.
cheers, christian
I have quite puzzled by iemlibs on debian, there is no iemlib 1 or 2 or mp3 however guis are working, does anyone know why it's happening like this? Is it called differently?
Grzesiek
PD-list mailing list PD-list@iem.at to manage your subscription (including un-subscription) see http://iem.at/cgi-bin/mailman/listinfo/pd-list
I read:
I have quite puzzled by iemlibs on debian, there is no iemlib 1 or 2 or mp3
you have to get the libs seperately and compile and install them (I don't know if there's a debian package, can't seem to find one for ppc) get it here -> http://iem.kug.ac.at/~musil/iemlib/
however guis are working,
the gui elements are now part of standard pd
HTH x
On Tue, Jul 27, 2004 at 02:26:20PM +0200, CK wrote:
I read:
I have quite puzzled by iemlibs on debian, there is no iemlib 1 or 2 or mp3
you have to get the libs seperately and compile and install them (I don't know if there's a debian package, can't seem to find one for ppc) get it here -> http://iem.kug.ac.at/~musil/iemlib/
Ok I have loaded iemlib 1 2 mp3 and t3 but lots of objects from iem-help cant be created (like dsp for example) are there any dependencies? Grzesiek
however guis are working,
the gui elements are now part of standard pd
HTH x
-- chris@lo-res.org Postmodernism is german romanticism with better http://pilot.fm/ special effects. (Jeff Keuss / via ctheory.com)
grzesiek@mi2.hr wrote:
On Tue, Jul 27, 2004 at 02:26:20PM +0200, CK wrote:
Ok I have loaded iemlib 1 2 mp3 and t3 but lots of objects from iem-help cant be created (like dsp for example) are there any dependencies? Grzesiek
you have to add the path to the iemabs to your .pdrc (or startup-script) iemlib consists of : iemlib1, iemlib2, iem_mp3 and iem_t3 (all dynamic libraries) and iemabs (abstractions collection)
mfg.ca.sfz IOhannes
On Jul 27, 2004, at 2:26 PM, CK wrote:
I read:
I have quite puzzled by iemlibs on debian, there is no iemlib 1 or 2 or mp3
you have to get the libs seperately and compile and install them (I don't know if there's a debian package, can't seem to find one for ppc) get it here -> http://iem.kug.ac.at/~musil/iemlib/
however guis are working,
the gui elements are now part of standard pd
Maybe this is a 50% solution. While the libs are included in the Hans-Christoph Steiner OS X installer the iemabs were missing. So I copied the iemabs from the linux package from http://iem.kug.ac.at/~musil/iemlib/ into /usr/local/lib/pd and add the iemabs directory to my path in my .pdrc Opening some iem help files also included in the OS X installer I saw that now the sound processiong objects work. But I am still wondering why there is no feedback of the iem*.pd_darwin libs on load, even if -verbose returns
tried /usr/local/lib/pd/extra/iemlib1.pd_darwin and succeeded tried /usr/local/lib/pd/extra/iemlib2.pd_darwin and succeeded tried /usr/local/lib/pd/extra/iem_mp3.pd_darwin and succeeded tried /usr/local/lib/pd/extra/iem_t3_lib.pd_darwin and succeeded
Christian
Sorry, it didn't make sense what I wrote before. It looks like iemlib is not included in debian, however somethings (like guis) work. I wonder why?
Hallo, grzesiek@mi2.hr hat gesagt: // grzesiek@mi2.hr wrote:
Sorry, it didn't make sense what I wrote before. It looks like iemlib is not included in debian, however somethings (like guis) work. I wonder why?
Because they are not part of recent IEM libs anymore. THe are included in Pd, no need to installo iemlib for them.
Frank Barknecht _ ______footils.org__