Hi,
nice feature, in fact I try it just that way before founding on the list that it needs som shell voodoo with echo and | (the vertical bar)... (I'm currently beginning to try some Aqua/Applescript GUI using pdsend to manipulate PD patch)
Where could i get this new version, preferably in OS X.3 binary? (Sorry to ask harshly for a binary, but i'm just an artist, I do know nearly nothing about compiling. I used Hans installer to install PD one-click)
Thanks for that mod, jln
hi all,
i added a small feature to pdsend so that we can write shell scripts more easily:
pd <portnumber> [host] [udp|tcp] ["message;"] (before: pd <portnumber> [host] [udp|tcp])
if no message is given, it reads from stdin as before (note that you'll have to add a hostname and protocol to be able to write a message ... if not, it's looking for the corresponding hostname) ...
i hope, i'm not the only one who benefits from this feature ... cheers...
Tim mailto:TimBlechmann@gmx.de ICQ: 96771783 -- The only people for me are the mad ones, the ones who are mad to live, mad to talk, mad to be saved, desirous of everything at the same time, the ones who never yawn or say a commonplace thing, but burn, burn, burn, like fabulous yellow roman candles exploding like spiders across the stars and in the middle you see the blue centerlight pop and everybody goes "Awww!" Jack Kerouac
nice feature, in fact I try it just that way before founding on the list that it needs som shell voodoo with echo and | (the vertical bar)... (I'm currently beginning to try some Aqua/Applescript GUI using pdsend to manipulate PD patch)
i've reverted the cvs version of pdsend to the old behaviour, since it's not really needed ... i'm not into applescript programming at all since i use linux, but it shouldn't be very hard to write a shell script with
echo message to pd; | pdsend 4444 instead of pdsend 4444 localhost tcp "message to pd;"
anyway, if there are some people, who'd like to get this feature, i could publish the changes in the external repository as pdextsend or something like that ... but i prefer you use one of the scripting possibilities, since you won't have to change pdsend for that ... although i have to admit that the script readability is better with the message as command line argument instead of | / echo combinations ...
let me know ... cheers...
Tim mailto:TimBlechmann@gmx.de ICQ: 96771783 -- The only people for me are the mad ones, the ones who are mad to live, mad to talk, mad to be saved, desirous of everything at the same time, the ones who never yawn or say a commonplace thing, but burn, burn, burn, like fabulous yellow roman candles exploding like spiders across the stars and in the middle you see the blue centerlight pop and everybody goes "Awww!" Jack Kerouac