What about your own moonlib/popen? How do ggee/shell, motex/system and moonlib/popen compare?
On 2017년 05월 29일 10:50, Antoine Rousseau wrote:
for full duplex:
pdreceive 5678 | your_command | pdsend 6789 &
see attached patch (using ggee/shell, but would also works with e.g motex/system).
cheers
Antoine Rousseau http://www.metalu.net http://metalu.net __ http://www.metaluachahuter.com/ http://www.metaluachahuter.com/compagnies/al1-ant1/
2017-05-28 20:06 GMT+02:00 oliver <oliver@klingt.org mailto:oliver@klingt.org>:
cyrille henry wrote: if the comand you execute is somthing like : ls | pdsend 5678 localhost udp then you can get the result of the command in pd event if the object used have no feedback. thanks ! but how would this work the other way round ? best oliver