<div dir="ltr">Ok, just found the answer to my question, if I quit Terminal, Pd quits as well...<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Feb 4, 2013 at 2:43 PM, Alexandros Drymonitis <span dir="ltr">&lt;<a href="mailto:adrcki@gmail.com" target="_blank">adrcki@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>What I have in mind is to connect a beagleboard to my laptop via ethernet, so the former plays audio and the latter is dealing with the visuals, communicating via OSC (mrpeach lib). Since my only controller will be an arduino nano, I only have 8 potentiometers and ten buttons, and I wouldn&#39;t like to spear any of these for something that can be done via the command line (plus, it could happen that I accidentally press the &#39;quit&#39; button by mistake, during a performance). I tried your suggestions but they won&#39;t work. I&#39;m on OS X 10.8.2 and via the Terminal I open Pd like this:<br>

</div>Applications/Pd-extended.app/Contents/Resources/bin/pd<br></div>pdsend is in the same directory, but I&#39;ve no idea how to use it via command line to quit Pd..<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">
<div><div class="h5">
On Mon, Feb 4, 2013 at 2:22 PM, Charles Goyard <span dir="ltr">&lt;<a href="mailto:cg@fsck.fr" target="_blank">cg@fsck.fr</a>&gt;</span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div class="h5">
Hi,<br>
<br>
it depends vastly on your patch and how you access it without gui. MIDI<br>
? OSC ? network ?<br>
<br>
On my computer (archlinux) &quot;killall pd&quot; on the command-line works.<br>
<div><br>
&gt; Adding a [; pd quit( I understand, but that will need an external<br>
&gt; controller to hit the message box, right?<br>
<br>
</div>Yes, that&#39;s what I meant when I said :<br>
<div><br>
&gt; &gt; Make so that this message is banged when the work is done.<br>
<br>
</div>Sorry for being unclear.<br>
<br>
Attached is an example from something I use.<br>
<br>
typing<br>
echo &quot;control quit;&quot; | pdsend 3489<br>
makes pd exit.<br>
<br>
You can replace the network and route logic with a midi controller or<br>
whatever. Mine is controlled from Processing/controlP5.<br>
<br>
hth,<br>
Charles<br>
<br></div></div><div class="im">_______________________________________________<br>
<a href="mailto:Pd-list@iem.at" target="_blank">Pd-list@iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
<br></div></blockquote></div><br></div>
</blockquote></div><br></div>