I can't seem to open patches from the terminal in OS X (with pd-extended, the second command works with vanilla). I try either:
/Applications/Pd-extended.app/Contents/Resources/bin/pd ~/pd/externals/incr/incr-help.pd /Applications/Pd-extended.app/Contents/Resources/bin/pd -open ~/pd/externals/incr/incr-help.pd
without success.
Did you try the absolute path to the file? Do you have pd/externals/incr in your home directory (i.e. /Users/you/)? Maybe better to set the path explicitly in the Pd settings?
D.
Rich E wrote:
I can't seem to open patches from the terminal in OS X (with pd-extended, the second command works with vanilla). I try either:
/Applications/Pd-extended.app/Contents/Resources/bin/pd ~/pd/externals/incr/incr-help.pd /Applications/Pd-extended.app/Contents/Resources/bin/pd -open ~/pd/externals/incr/incr-help.pd
without success.
You're right, doesn't work here either, using either "open" or "-open" flag, with explicit pathnames and all.
D.
Rich E wrote:
I can't seem to open patches from the terminal in OS X (with pd-extended, the second command works with vanilla). I try either:
/Applications/Pd-extended.app/Contents/Resources/bin/pd ~/pd/externals/incr/incr-help.pd /Applications/Pd-extended.app/Contents/Resources/bin/pd -open ~/pd/externals/incr/incr-help.pd
without success.
Doesn't work here (OS 10.6) neither with Pd-extended (0.41.4), but with PD vanilla 0.42-5 it does work.
Am 15.11.2009 um 21:16 schrieb Derek Holzer:
You're right, doesn't work here either, using either "open" or "-open" flag, with explicit pathnames and all.
D.
Rich E wrote:
I can't seem to open patches from the terminal in OS X (with pd-extended, the second command works with vanilla). I try either: /Applications/Pd-extended.app/Contents/Resources/bin/pd ~/pd/externals/incr/incr-help.pd /Applications/Pd-extended.app/Contents/Resources/bin/pd -open ~/pd/externals/incr/incr-help.pd without success.
-- ::: derek holzer ::: http://blog.myspace.com/macumbista ::: http://www.vimeo.com/macumbista ::: ---Oblique Strategy # 100: "It is quite possible"
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
If you try using pd-vanilla, it works (for me at least). Actually, i'm using pd-gui-rewrite, but I suppose nothing has changed in that concerning command-line argument parsing.
On Sun, Nov 15, 2009 at 9:31 PM, Max abonnements@revolwear.com wrote:
Doesn't work here (OS 10.6) neither with Pd-extended (0.41.4), but with PD vanilla 0.42-5 it does work.
Am 15.11.2009 um 21:16 schrieb Derek Holzer:
You're right, doesn't work here either, using either "open" or "-open"
flag, with explicit pathnames and all.
D.
Rich E wrote:
I can't seem to open patches from the terminal in OS X (with
pd-extended, the second command works with vanilla). I try either:
/Applications/Pd-extended.app/Contents/Resources/bin/pd
~/pd/externals/incr/incr-help.pd
/Applications/Pd-extended.app/Contents/Resources/bin/pd -open
~/pd/externals/incr/incr-help.pd
without success.
-- ::: derek holzer ::: http://blog.myspace.com/macumbista :::
http://www.vimeo.com/macumbista :::
---Oblique Strategy # 100: "It is quite possible"
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management ->
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Max wrote:
Doesn't work here (OS 10.6) neither with Pd-extended (0.41.4), but with PD vanilla 0.42-5 it does work.
this is a known bug in pd-0.41 fixed in 0.42
the problem is the way Pd is started on osx in order to make it a nice and proper osx app, the "main" application has to be the GUI. so when you start Pd from terminal, it will actually not start but instead launch Pd-gui which fires up Pd (this time for real). since this is so complicated, all arguments get lost.
however, you should be able to do: /Applications/Pd-extended.app/Contents/Resources/bin/pd -nogui ~/pd/externals/incr/incr-help.pd
fgmsd IOhannes
2009/11/15 IOhannes m zmölnig zmoelnig@iem.at
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Max wrote:
Doesn't work here (OS 10.6) neither with Pd-extended (0.41.4), but with
PD vanilla 0.42-5 it does work.
this is a known bug in pd-0.41 fixed in 0.42
the problem is the way Pd is started on osx in order to make it a nice and proper osx app, the "main" application has to be the GUI. so when you start Pd from terminal, it will actually not start but instead launch Pd-gui which fires up Pd (this time for real). since this is so complicated, all arguments get lost.
however, you should be able to do: /Applications/Pd-extended.app/Contents/Resources/bin/pd -nogui ~/pd/externals/incr/incr-help.pd
That probably works, but who knows since you can't see the patch :)
Ok, good to know it is already fixed and thanks for pointing that out.
fgmsd IOhannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEYEARECAAYFAksAfl4ACgkQkX2Xpv6ydvRA0wCg6R96nVVVlN0VvPI4j72rcc+x QTwAn23/+BdF+oHj+/pjrm6TNkE50oH/ =XRG2 -----END PGP SIGNATURE-----
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Rich E wrote:
That probably works, but who knows since you can't see the patch :)
well, there are reasons why there is a "-nogui" flag. i guess you can find out whether it works or not even without seeing it.
dfa,sr IOhannes