Hi, Hans
yes, I add "pdp" in the startup preferences: (I used the text editor) when I open the preferences/startup menu , Pdp appears lower then Toxy..
Did I something wrong?
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http:// www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <dict> <key>loadlib1</key> <string>Gem</string> <key>loadlib2</key> <string>xsample</string> <key>loadlib3</key> <string>vasp</string> <key>loadlib4</key> <string>dyn~</string> <key>loadlib5</key> <string>pmpd</string> <key>loadlib6</key> <string>cyclone</string> <key>loadlib7</key> <string>memento</string> <key>loadlib8</key> <string>toxy</string> <key>loadlib9</key> <string>pdp</string> <key>loadlib10</key> <string></string> <key>standardpath</key> <string>1</string> </dict> </plist>
Nillow
Thanks for your great work !!!!
Did you add "pdp" to one of the lines in the "Startup"
preferences? PDP is a library, so it needs to be loaded first.
Or you can copy the included org.puredata.pd.plist to ~/Library/ Preferences. Watch out, it'll blow away any existing saved Pd prefs..hc
On Nov 23, 2005, at 7:18 PM, Nillow wrote:
Hi, I have a newbie question.. I downloaded the RC4 Hans installer and can't load pdp .. I
cheked and the pdp.pd_darwin file is in the extra folder, and in
the menu - help/examples/pdp - the examples have objecs that I
got the error "...couldn't create" so I don't know what is the
problem..I'm on Powerbook G4 10.4.2
am I missing something?
Thanks. Nillow
-- _____________Nillow_MaTeMa........................: download matema 17mp3 --> http://www.organismo.art.br/matema
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
http://at.or.at/hans/
-- _____________Nillow_MaTeMa........................: matema 17mp3 --> http://www.organismo.art.br/matema
_____________Nillow_MaTeMa........................: baixem o album do matema 17mp3 num pacote--> http://www.organismo.art.br/matema
Ah, I bet it can't create the [pdp_v4l] object, which is only used on
GNU/Linux. I think [pdp_xv] is the OSX object, but I don't really know
since I haven't really used PDP.
.hc
On Nov 24, 2005, at 8:04 PM, Nillow wrote:
Hi, Hans
yes, I add "pdp" in the startup preferences: (I used the text editor) when I open the preferences/startup menu , Pdp appears lower then
Toxy..Did I something wrong?
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <dict> <key>loadlib1</key> <string>Gem</string> <key>loadlib2</key> <string>xsample</string> <key>loadlib3</key> <string>vasp</string> <key>loadlib4</key> <string>dyn~</string> <key>loadlib5</key> <string>pmpd</string> <key>loadlib6</key> <string>cyclone</string> <key>loadlib7</key> <string>memento</string> <key>loadlib8</key> <string>toxy</string> <key>loadlib9</key> <string>pdp</string> <key>loadlib10</key> <string></string> <key>standardpath</key> <string>1</string> </dict> </plist>
Nillow
Thanks for your great work !!!!
Did you add "pdp" to one of the lines in the "Startup" preferences?
PDP is a library, so it needs to be loaded first. Or you can copy
the included org.puredata.pd.plist to ~/Library/Preferences. Watch
out, it'll blow away any existing saved Pd prefs..hc
On Nov 23, 2005, at 7:18 PM, Nillow wrote:
Hi, I have a newbie question.. I downloaded the RC4 Hans installer and can't load pdp .. I cheked
and the pdp.pd_darwin file is in the extra folder, and in the menu
- help/examples/pdp - the examples have objecs that I got the error
"...couldn't create" so I don't know what is the problem..
I'm on Powerbook G4 10.4.2
am I missing something?
Thanks. Nillow
-- _____________Nillow_MaTeMa........................: download matema 17mp3 --> http://www.organismo.art.br/matema
PD-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
http://at.or.at/hans/
-- _____________Nillow_MaTeMa........................: matema 17mp3 --> http://www.organismo.art.br/matema
nillow@surfemail.com.br
_____________Nillow_MaTeMa........................: baixem o album do matema 17mp3 num pacote--> http://www.organismo.art.br/matema
PD-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
"If nature has made any one thing less susceptible than all others of
exclusive property, it is the action of the thinking power called an
idea, which an individual may exclusively possess as long as he keeps
it to himself; but the moment it is divulged, it forces itself into the
possession of everyone, and the receiver cannot dispossess himself of
it."
- Thomas
Jefferson
Hallo!
Ah, I bet it can't create the [pdp_v4l] object, which is only used on
GNU/Linux. I think [pdp_xv] is the OSX object, but I don't really know
since I haven't really used PDP.
no, [pdp_xv] is for x video output (also on linux) - [pdp_v4l] is for input over video4linux, don't know whats the corresponding object on osx ...
LG Georg
On Nov 25, 2005, at 1:11 PM, Hans-Christoph Steiner wrote:
Ah, I bet it can't create the [pdp_v4l] object, which is only used
on GNU/Linux. I think [pdp_xv] is the OSX object, but I don't
really know since I haven't really used PDP.
...obviously [pdp_v4l] will not work on osx, since video4linux is
for, uh, linux...use [pdp_ieee1394] from pidip instead, which only
works on osx...
...beyond that, one currently needs X11.app installed, which is an
extra install on your OSX install disk, or it can be downloaded from
apple's site: this is to support [pdp_glx], because [pdp_xv] isn't
working atm either...at some point I'll weak-link this, but until
then...
On Nov 24, 2005, at 8:04 PM, Nillow wrote:
yes, I add "pdp" in the startup preferences: (I used the text editor) when I open the preferences/startup menu , Pdp appears lower then
Toxy..Did I something wrong?
...I don't think order of loading should have any effect on pdp
loading or not...
l8r, james
Hi, James
(another newbie questions...)
I have X11.app instaled but not the PIDIP.
So, Need I to install PIDIP? ( this installation notes is enough ---> http://ydegoyon.free.fr/ INSTALL_NOTES.txt )
or
Can I copy the binaries like [pdp_ieee1394] from PIDIP to
Hans's RC4 extra sub-folder?
Can I use this tutorials with Hans's RC4? (I'm on OSX 10.4.2)
www.umatic.nl/pdp_install.html
www.robcanning.utvinternet.com/pidip-install-osx.html
are this tutorials only for the Miller Puckette's install? (seems to
have another directory format and location)
Thanks ....
Best.. Nillow
On Nov 25, 2005, at 1:11 PM, Hans-Christoph Steiner wrote:
Ah, I bet it can't create the [pdp_v4l] object, which is only used
on GNU/Linux. I think [pdp_xv] is the OSX object, but I don't
really know since I haven't really used PDP....obviously [pdp_v4l] will not work on osx, since video4linux is
for, uh, linux...use [pdp_ieee1394] from pidip instead, which only
works on osx......beyond that, one currently needs X11.app installed, which is an
extra install on your OSX install disk, or it can be downloaded
from apple's site: this is to support [pdp_glx], because [pdp_xv]
isn't working atm either...at some point I'll weak-link this, but
until then...On Nov 24, 2005, at 8:04 PM, Nillow wrote:
yes, I add "pdp" in the startup preferences: (I used the text
editor) when I open the preferences/startup menu , Pdp appears lower then
Toxy..Did I something wrong?
...I don't think order of loading should have any effect on pdp
loading or not...l8r, james
Hi,
PDP worked for me on OSX 10.4.2 with Hans's RC4: (not all functions) maybe someone "skilled" has more ideas....
pdp_pidip_osx.tar.gz 3. I follwed this --> http://ydegoyon.free.fr/INSTALL_NOTES.txt 4. I added on menu --> Preferences/Path : /Applications/Pd-0.38.4-extended-RC4.app/Contents/Resources/ Scripts/../usr/local/lib/pd/extra /Applications/Pd-0.38.4-extended-RC4.app/Contents/Resources/ Scripts/../usr/local/lib/pd/pdp_pidip_osx/abstractions /Applications/Pd-0.38.4-extended-RC4.app/Contents/Resources/ Scripts/../usr/local/lib/pd/pdp_pidip_osx/pdp 5. I added on menu --> Preferences/Startup : /usr/local/lib/pd/pdp_pidip_osx/pdp
Best..
Nillow
Hi, James
(another newbie questions...)
I have X11.app instaled but not the PIDIP.
So, Need I to install PIDIP? ( this installation notes is enough ---> http://ydegoyon.free.fr/ INSTALL_NOTES.txt )
or Can I copy the binaries like [pdp_ieee1394] from PIDIP to
Hans's RC4 extra sub-folder?
Can I use this tutorials with Hans's RC4? (I'm on OSX 10.4.2)
- INSTALLING PDP_PIDIP_OSX ON OSX.3 by sara kolster ---> http://
www.umatic.nl/pdp_install.html
- Install notes for pdp_pidip_osx by Rob Canning ---> http://
www.robcanning.utvinternet.com/pidip-install-osx.html
are this tutorials only for the Miller Puckette's install? (seems
to have another directory format and location)Thanks ....
Best.. Nillow
On Nov 25, 2005, at 1:11 PM, Hans-Christoph Steiner wrote:
Ah, I bet it can't create the [pdp_v4l] object, which is only
used on GNU/Linux. I think [pdp_xv] is the OSX object, but I
don't really know since I haven't really used PDP....obviously [pdp_v4l] will not work on osx, since video4linux is
for, uh, linux...use [pdp_ieee1394] from pidip instead, which only
works on osx......beyond that, one currently needs X11.app installed, which is an
extra install on your OSX install disk, or it can be downloaded
from apple's site: this is to support [pdp_glx], because [pdp_xv]
isn't working atm either...at some point I'll weak-link this, but
until then...On Nov 24, 2005, at 8:04 PM, Nillow wrote:
yes, I add "pdp" in the startup preferences: (I used the text
editor) when I open the preferences/startup menu , Pdp appears lower
then Toxy..Did I something wrong?
...I don't think order of loading should have any effect on pdp
loading or not...l8r, james
-- _____________Nillow_MaTeMa........................: matema 17mp3 --> http://www.organismo.art.br/matema
:
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
_____________Nillow_MaTeMa........................: matema 17mp3 --> http://www.organismo.art.br/matema