I am mostly used to Windows and editing some *.bat file for startup options like -nogui, -lib, -audioindev etc... On Mac OSX I am looking at the org.puredata.pd.plist file but I can't find info on exactly how to edit pd's startup options in it. I want to know how I enter for example a -nogui option, load a patch on startup, etc...
thank you, Tim
I just end up using .pdrc in the home directory for that stuff. It's easier to edit.
~Kyle
On 8/14/06, tim info@timvets.net wrote:
I am mostly used to Windows and editing some *.bat file for startup options like -nogui, -lib, -audioindev etc... On Mac OSX I am looking at the org.puredata.pd.plist file but I can't find info on exactly how to edit pd's startup options in it. I want to know how I enter for example a -nogui option, load a patch on startup, etc...
thank you, Tim
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
i'm using a .command file that opens Terminal and starts pd. i think it's similar to a .bat file on windows.
/Applications/Pd-0.39-2.app/Contents/Resources/bin/pd -path /Users/pd/extra -lib zexy -lib maxlib -lib iemlib1 -lib iemlib2 -lib iem_t3_lib -lib iem_mp3 -lib iemmatrix -path /Users/pd/extra/iemabs -helppath /Users/pd/extra/iemhelp -path /Users/pd/netpd/abs -helppath /Users/pd/netpd/doc -open /Users/pd/netpd/_chat.pd -stderr
last time i checked it with pd-extended the -open flag didn't work.
cheerio
On Aug 14, 2006, at 2:22 PM, tim wrote:
I am mostly used to Windows and editing some *.bat file for startup options like -nogui, -lib, -audioindev etc... On Mac OSX I am looking at the org.puredata.pd.plist file but I can't find info on exactly how to edit pd's startup options in it. I want to know how I enter for example a -nogui option, load a patch on startup, etc...
I tried this script with some adjustments. terminal said:
sh: line 1: /Applications/Wish.app/Contents/MacOS/Wish: No such file or directory
After downloading and installing tcl-tk ('batteries included' version) pd starts but can't be focussed:
SetFrontProcess failed,-606
thanks again Tim
Enrique Erne wrote:
i'm using a .command file that opens Terminal and starts pd. i think it's similar to a .bat file on windows.
/Applications/Pd-0.39-2.app/Contents/Resources/bin/pd -path /Users/pd/extra -lib zexy -lib maxlib -lib iemlib1 -lib iemlib2 -lib iem_t3_lib -lib iem_mp3 -lib iemmatrix -path /Users/pd/extra/iemabs -helppath /Users/pd/extra/iemhelp -path /Users/pd/netpd/abs -helppath /Users/pd/netpd/doc -open /Users/pd/netpd/_chat.pd -stderr
last time i checked it with pd-extended the -open flag didn't work.
cheerio
On Aug 14, 2006, at 2:22 PM, tim wrote:
I am mostly used to Windows and editing some *.bat file for startup options like -nogui, -lib, -audioindev etc... On Mac OSX I am looking at the org.puredata.pd.plist file but I can't find info on exactly how to edit pd's startup options in it. I want to know how I enter for example a -nogui option, load a patch on startup, etc...
You can get a working one here:
http://pure-data.cvs.sourceforge.net/pure-data/packages/darwin_app/ org.puredata.pd.plist
THe lines you want to add are:
<key>flags</key> <string>-nogui</string>
Here's another example:
<key>flags</key> <string>-stderr -open /Users/hans/cvs/pure-data/externals/hcs/usbhid- help.pd</string>
.hc
On Aug 14, 2006, at 8:22 AM, tim wrote:
I am mostly used to Windows and editing some *.bat file for startup
options like -nogui, -lib, -audioindev etc... On Mac OSX I am looking at the org.puredata.pd.plist file but I
can't find info on exactly how to edit pd's startup options in it. I want to know how I enter for example a -nogui option, load a
patch on startup, etc...thank you, Tim
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
I have the audacity to believe that peoples everywhere can have three
meals a day for their bodies, education and culture for their minds,
and dignity, equality and freedom for their spirits. - Martin
Luther King, Jr.