what magic words or bits of code (or directions to bits of code or
installation instructions or advice) need to be added to make pidip
and pdp and gem work together in pd-extended release RC7?
i see that things like pdp2gem are installed but they don't work, at
least on my pb with os 10.4.4 .... files in the examples section are
missing objects (dotted boxes instead of objects) and selecting some
files just crashes pd.
any/all suggestions, guidance, advice r much appreciated -
mp
You need to load the pdp and pidip libraries from the Startup
prefrences.
.hc
On Jan 30, 2006, at 10:13 AM, Mark Polishook wrote:
what magic words or bits of code (or directions to bits of code or
installation instructions or advice) need to be added to make pidip
and pdp and gem work together in pd-extended release RC7?i see that things like pdp2gem are installed but they don't work, at
least on my pb with os 10.4.4 .... files in the examples section are
missing objects (dotted boxes instead of objects) and selecting some
files just crashes pd.any/all suggestions, guidance, advice r much appreciated -
mp
PD-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
Using ReBirth is like trying to play an 808 with a long stick. -David Zicarelli
You need to load the pdp and pidip libraries from the Startup
prefrences.
ok. the startup preferences show 'Pd binaries to load' -
Gem - zexy - cyclone - iemmatrix - memento - pixeltango - pmdp -
rradical - toxy - unauthorized
..... i arbitrarily replaced zexy with pdp and cyclone with pidip.
restarting pd gives
GEM: Graphics Environment for Multimedia GEM: ver: 0.90 GEM: compiled: Oct 31 2005 GEM: maintained by IOhannes m zmoelnig GEM: Authors : Mark Danks (original version on irix/windows) GEM: Chris Clepper (macOS-X) GEM: Daniel Heckenberg (windows) GEM: James Tittle (macOS-X) GEM: IOhannes m zmoelnig (linux/windows)
/Applications/Pd-0.38.4-extended-RC7/Pd-0.38.4-extended-RC7.app/
Contents/Resources/Scripts/../extra/pdp.pd_darwin: dlopen(/
Applications/Pd-0.38.4-extended-RC7/Pd-0.38.4-extended-RC7.app/
Contents/Resources/Scripts/../extra/pdp.pd_darwin, 10): Symbol not
found: _gluOrtho2D
Referenced from: /Applications/Pd-0.38.4-extended-RC7/Pd-0.38.4-
extended-RC7.app/Contents/Resources/Scripts/../extra/pdp.pd_darwin
Expected in: /usr/X11R6/lib/libGL.1.dylib
pdp: can't load library
PiDiP : additional video processing objects for PDP : version 0.12.19
( ydegoyon@free.fr )
pdp_colorgrid: version 0.4, written by Yves Degoyon
(ydegoyon@free.fr) & Lluis Gomez i Bigorda (lluis@artefacte.org)
so pidip is now loaded? but pdp, apparently, is not? - because it
can't find
_gluOrtho2D in /usr/X11R6/lib/libGL.1.dylib
that libGL.1.dylib file exists in my system -
the next step would be much appreciated!! ... what is it?
tia!
mp
On Jan 30, 2006, at 10:13 AM, Mark Polishook wrote:
what magic words or bits of code (or directions to bits of code or
installation instructions or advice) need to be added to make
pidip and pdp and gem work together in pd-extended release RC7?i see that things like pdp2gem are installed but they don't work,
at least on my pb with os 10.4.4 .... files in the examples
section are missing objects (dotted boxes instead of objects) and
selecting some files just crashes pd.any/all suggestions, guidance, advice r much appreciated -
mp
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
Using ReBirth is like trying to play an 808 with a long stick. -David Zicarelli
Hi, I had this same error, so I changed the file pdp.pd_darwin (RC7)
to pdp.pd_darwin (RC5) and the error gone.
I didn't know why!!!!? but works..
but some things like pdp2gem, some examples, etc... don't work and
pdp/pidip objects crashes pd!!! ( like quicktime object - pdp_qt)
and some objects you have to change to work on OS X.... like:
image inputs/outputs:
pdp_xv displays images using the xvideo
extension pdp_glx displays images using opengl - OSX
pdp_ieee1394 reads images from a video
4 OSX device
pdp_v4l reads images from a video 4
linux device
If you have some success, drop some words!!!
Thanks
You need to load the pdp and pidip libraries from the Startup
prefrences.ok. the startup preferences show 'Pd binaries to load' -
Gem - zexy - cyclone - iemmatrix - memento - pixeltango - pmdp -
rradical - toxy - unauthorized..... i arbitrarily replaced zexy with pdp and cyclone with pidip.
restarting pd gives
- cut * * * * * * * * * * * * * * * * * * * * * * * * *
GEM: Graphics Environment for Multimedia GEM: ver: 0.90 GEM: compiled: Oct 31 2005 GEM: maintained by IOhannes m zmoelnig GEM: Authors : Mark Danks (original version on irix/windows) GEM: Chris Clepper (macOS-X) GEM: Daniel Heckenberg (windows) GEM: James Tittle (macOS-X) GEM: IOhannes m zmoelnig (linux/windows)
/Applications/Pd-0.38.4-extended-RC7/Pd-0.38.4-extended-RC7.app/ Contents/Resources/Scripts/../extra/pdp.pd_darwin: dlopen(/ Applications/Pd-0.38.4-extended-RC7/Pd-0.38.4-extended-RC7.app/ Contents/Resources/Scripts/../extra/pdp.pd_darwin, 10): Symbol not
found: _gluOrtho2D Referenced from: /Applications/Pd-0.38.4-extended-RC7/Pd-0.38.4- extended-RC7.app/Contents/Resources/Scripts/../extra/pdp.pd_darwin Expected in: /usr/X11R6/lib/libGL.1.dylibpdp: can't load library PiDiP : additional video processing objects for PDP : version
0.12.19 ( ydegoyon@free.fr )pdp_colorgrid: version 0.4, written by Yves Degoyon
(ydegoyon@free.fr) & Lluis Gomez i Bigorda (lluis@artefacte.org)
- paste * * * * * * * * * * * * * * * * * * * * * * * * *
so pidip is now loaded? but pdp, apparently, is not? - because it
can't find_gluOrtho2D in /usr/X11R6/lib/libGL.1.dylib
that libGL.1.dylib file exists in my system -
the next step would be much appreciated!! ... what is it?
tia!
mp
On Jan 30, 2006, at 10:13 AM, Mark Polishook wrote:
what magic words or bits of code (or directions to bits of code
or installation instructions or advice) need to be added to make
pidip and pdp and gem work together in pd-extended release RC7?i see that things like pdp2gem are installed but they don't work,
at least on my pb with os 10.4.4 .... files in the examples
section are missing objects (dotted boxes instead of objects) and
selecting some files just crashes pd.any/all suggestions, guidance, advice r much appreciated -
mp
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
Using ReBirth is like trying to play an 808 with a long stick. -David Zicarelli
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
_____________Nillow_MaTeMa........................: baixem o album do matema 17mp3 num pacote--> http://www.organismo.art.br/matema
hi to all,
greetings from Mexico City,
excuse my newbie question,
but how can i load the pdp and pidip libraries from the Startup preferences for the pd-extended
release RC7?
i really appreciate some help about it,
thanks so much,
Manrico Montero
--- Hans-Christoph Steiner hans@eds.org escribió:
You need to load the pdp and pidip libraries from the Startup
prefrences..hc
On Jan 30, 2006, at 10:13 AM, Mark Polishook wrote:
what magic words or bits of code (or directions to
bits of code or
installation instructions or advice) need to be
added to make pidip
and pdp and gem work together in pd-extended
release RC7?
i see that things like pdp2gem are installed but
they don't work, at
least on my pb with os 10.4.4 .... files in the
examples section are
missing objects (dotted boxes instead of objects)
and selecting some
files just crashes pd.
any/all suggestions, guidance, advice r much
appreciated -
mp
PD-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
Using ReBirth is like trying to play an 808 with a long stick.
-David Zicarelli
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
___________________________________________________________ Do You Yahoo!? La mejor conexión a Internet y <b >2GB</b> extra a tu correo por $100 al mes. http://net.yahoo.com.mx
manrico + nillow -
well, as an absolute pd beginner -
i haven't had success with RC7 and pdp and pidip, even when
specifying those libraries as startup items. too many things were
crashing pd or not working or both. i then tried, alternatively, to
compile the dev. ver of RC7. no success there.
so with this rocky start, i'm not sure i'm one to be offering
advice ... having said that ....
i've since downloaded pd from miller puckette's site, compiled it as
per instructions in the html manual. i installed gem as per
instructions in the html manual for adding binary libraries. this
meant putting
Gem.pd_darwin
in an 'extra' directory in the pd-0.39.3 directory and then
specifying Gem as a startup item in the Preferences dialogue.
next step, for tomorrow, is to install pdp and pidip libraries, which
i assume is done in the same way (put binary libraries into the
'extra' directory, etc. and specify their presence in the Preferences
dialogue).
meanwhile, patrick pagano suggested (thank you patrick) to use fink
and fink commander to get additional code, as needed, that pdp and
pidip depend on. what this additional code is, well, i'll soon find
out, presumably from readme files and error messages.
.... documentation and help files and abstractions need to be
installed so pd sees them ....
hope this helps!
mp
On Jan 31, 2006, at 12:19 AM, Manrico Montero wrote:
hi to all,
greetings from Mexico City,
excuse my newbie question,
but how can i load the pdp and pidip libraries from the Startup preferences for the pd-extended
release RC7?
i really appreciate some help about it,
thanks so much,
Manrico Montero
--- Hans-Christoph Steiner hans@eds.org escribió:
You need to load the pdp and pidip libraries from the Startup prefrences.
.hc
On Jan 30, 2006, at 10:13 AM, Mark Polishook wrote:
what magic words or bits of code (or directions to
bits of code or
installation instructions or advice) need to be
added to make pidip
and pdp and gem work together in pd-extended
release RC7?
i see that things like pdp2gem are installed but
they don't work, at
least on my pb with os 10.4.4 .... files in the
examples section are
missing objects (dotted boxes instead of objects)
and selecting some
files just crashes pd.
any/all suggestions, guidance, advice r much
appreciated -
mp
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
__
Using ReBirth is like trying to play an 808 with a long stick.
-David Zicarelli
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
___________________________________________________________ Do You Yahoo!? La mejor conexión a Internet y <b >2GB</b> extra a tu correo por
$100 al mes. http://net.yahoo.com.mx
hi all, last install i did of pdp/pidip on *osx* required to actually follow the instructions you'll find here: http://ydegoyon.free.fr/pidip.html i used
magic words might just be: good luck!
vincent
indeed i could not use the Mark Polishook wrote:
manrico + nillow -
well, as an absolute pd beginner -
i haven't had success with RC7 and pdp and pidip, even when
specifying those libraries as startup items. too many things were
crashing pd or not working or both. i then tried, alternatively, to
compile the dev. ver of RC7. no success there.so with this rocky start, i'm not sure i'm one to be offering advice ... having said that ....
i've since downloaded pd from miller puckette's site, compiled it as
per instructions in the html manual. i installed gem as per
instructions in the html manual for adding binary libraries. this
meant puttingGem.pd_darwin
in an 'extra' directory in the pd-0.39.3 directory and then
specifying Gem as a startup item in the Preferences dialogue.next step, for tomorrow, is to install pdp and pidip libraries, which
i assume is done in the same way (put binary libraries into the
'extra' directory, etc. and specify their presence in the Preferences
dialogue).meanwhile, patrick pagano suggested (thank you patrick) to use fink
and fink commander to get additional code, as needed, that pdp and
pidip depend on. what this additional code is, well, i'll soon find
out, presumably from readme files and error messages..... documentation and help files and abstractions need to be
installed so pd sees them ....hope this helps!
mp
On Jan 31, 2006, at 12:19 AM, Manrico Montero wrote:
hi to all,
greetings from Mexico City,
excuse my newbie question,
but how can i load the pdp and pidip libraries from the Startup preferences for the pd-extended
release RC7?
i really appreciate some help about it,
thanks so much,
Manrico Montero
--- Hans-Christoph Steiner hans@eds.org escribió:
You need to load the pdp and pidip libraries from the Startup prefrences.
.hc
On Jan 30, 2006, at 10:13 AM, Mark Polishook wrote:
what magic words or bits of code (or directions to
bits of code or
installation instructions or advice) need to be
added to make pidip
and pdp and gem work together in pd-extended
release RC7?
i see that things like pdp2gem are installed but
they don't work, at
least on my pb with os 10.4.4 .... files in the
examples section are
missing objects (dotted boxes instead of objects)
and selecting some
files just crashes pd.
any/all suggestions, guidance, advice r much
appreciated -
mp
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
__
Using ReBirth is like trying to play an 808 with a long stick.
-David Zicarelli
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Do You Yahoo!? La mejor conexión a Internet y <b >2GB</b> extra a tu correo por
$100 al mes. http://net.yahoo.com.mx
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list