Hey all,
I had an idea for a performance that uses the communication channel between the PD-gui and PD as the raw material of the performance. So this question has two parts:
#1. How can I start PD so that the PD GUI commands get sent to the regular PD port, as well as to a second port using a netreceive? I guess something like tee for sockets?
#2. Any ideas on interpreting this data, it should all be ; delimited, so netreceive should see it fine, and there should be no illegal characters in it. How could I intrepret it rawly though? perhaps using any2ascii to convert each character into an ASCII value?
Thanks all! This would be on OSX and/or linux.
..b.