Hi PeeDee list,<br>
<br>
I've got a bit of a broad-based question here.&nbsp; I use a terrific
piece of software called Quicksilver that does a lot of things, but
basically it allows you to do tasks with files quickly and in an
extremely elegant manner.&nbsp; One task it allows you to do is to
invoke shell scripts.<br>
&nbsp;<br>
I use PD as a pretty intricate MIDI switcher for Ableton Live, and
basically I never look at PD when I play -- I rarely even look at the
Ableton screen.&nbsp; As the intricacy of the MIDI patching has
increased, one task that has become increasingly difficult to manage is
PD patch switching.&nbsp; The solution I have decided on to handle
switching, from now on, is to type a string of a few letters and
numbers into Quicksilver and have it change the patch accordingly.<br>
<br>
***<br>
<br>
So -- Basically, I would like to invoke a shell script, and have it
instantly send a message to PD.&nbsp; The best solution I've come up
with is to use [netreceive] to catch some packets, and use a
command-line &quot;packet injector&quot; program called Nemesis to send the
packets into PD.<br>
<br>
Can anybody think of a simpler, or lighter weight, method of sending PD
messages from a command line or shell script?&nbsp; Here's a diagram of
the &quot;missing links&quot;:<br>
<br>
OSX Terminal -&gt; SomeCommandLineMethodOfSendingMessagesToPd -&gt; [SomeMessageReceiverPdObject]<br>
<br>
Thanks for any thoughts!<br>
rs<br>
<br>
<br>