Le 12/09/2012 10:25, Charles Goyard a écrit : > Hi, > > Miller Puckette wrote: >> Now here's a question - wouldn't it be nice to be able to have Pd >> automatically >> do this by (for instance) looking at the app's name and using that to figure >> out what preferences to load? On the other hand, maybe in other >> circumstances >> you woudn't want that behavior... hmm. > What about a -preffile command-line option ?
There are already many possibilities with some shell scripting (even on a Mac) : echo "Starting the right Pd v-model" /Applications/Pd-extended.app/Contents/Resources/bin/pd -nomidi -noaudio -open v-right-model.pd -send "preset-file ../video-presets/right.coll;" & echo "Starting the left Pd v-model"; /Applications/Pd-extended.app/Contents/Resources/bin/pd -stderr -nomidi -noaudio -open v-left-model.pd -send "preset-file ../video-presets/left.coll;" & But i agree a specific -preffile option would be great. OH > > > _______________________________________________ > [email protected] mailing list > UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list -- http://olivier.heinry.fr _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
