There's some info about scripts in the flossmanual: - http://en.flossmanuals.net/PureData/AdvancedConfig
On Sun, Jun 13, 2010 at 3:07 AM, Adityo Pratomo <[email protected]>wrote: > oh, I got it. so, I can use the sound server via Jack. Nice> I'll try that. > Thanks for the suggestion Pedro :) > > Regards, > > Didit > > > On Sun, Jun 13, 2010 at 9:02 AM, Pedro Lopes <[email protected]>wrote: > >> You can make a script that starts both (a shell script in linux/OSx or a >> batch in Win). >> In linux it could be something like: >> >> ---- >> jackd --realtime -d alsa -d hw -r 44100 -p 1024 -s & pd -nogui -jack - >> patch.pd & java -jar processingexe.jar >> ---- >> (to make it executable in *unix, then run >chmod +x scriptname ) >> >> That would start the audio server, plus pd without gui and the processing >> executable. It depends if you need anything more, or configure other >> flags... but I think you get the general idea. I have a simiar script that >> launches a game and pd without gui to make the sound engine of that game. >> >> best regards, >> Pedro >> >> >> > _______________________________________________ > [email protected] mailing list > UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list > > -- Pedro Lopes contacto: [email protected] website: http://web.ist.utl.pt/Pedro.Lopes
_______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
