oh, I got it. so, I can use the sound server via Jack. Nice&gt; I&#39;ll try that. Thanks for the suggestion Pedro :)<br><br>Regards,<br><br>Didit<br><br><div class="gmail_quote">On Sun, Jun 13, 2010 at 9:02 AM, Pedro Lopes <span dir="ltr">&lt;<a href="mailto:pedro.lopes@ist.utl.pt" target="_blank">pedro.lopes@ist.utl.pt</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">You can make a script that starts both (a shell script in linux/OSx or a batch in Win).<br>
In linux it could be something like:<br>
<br>----<br>jackd --realtime -d alsa -d hw -r 44100 -p 1024 -s &amp; pd -nogui -jack - patch.pd &amp; java -jar processingexe.jar <br>

----<br>(to make it executable in *unix, then run &gt;chmod +x scriptname )<br><br>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.<br>



<br>best regards,<br>Pedro<br><br><div class="gmail_quote"><div><div></div><br>
</div></div></blockquote></div>