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 <quietdidit@gmail.com> 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 <pedro.lopes@ist.utl.pt> 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



_______________________________________________
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list




--
Pedro Lopes
contacto: jazz@radiozero.pt
website: http://web.ist.utl.pt/Pedro.Lopes