I read:
#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?
not necessary see below,
#2. Any ideas on interpreting this data, it should all be ; delimited, so netreceive should see it fine, and there should be no illegal
ngrep -d lo | nc localhost 6543 # or whatever port your netreceive uses
characters in it. How could I intrepret it rawly though? perhaps using any2ascii to convert each character into an ASCII value?
hmmm there /shouldn't/ be any but then again ...
HTH
x