Hallo, sisil mehta hat gesagt: // sisil mehta wrote:
i saw a tutorial on using mxj. This is what i want to do: get data from PD and send it to another java application which is waiting in the background. Is this possible using mxj/pdj ?
It's possible even without pdj: Just use a network connection to send the data along. Either make one up with netsend in Pd and some socket programming in Java, or use the OSC standard, where you might even find some ready made Java libraries.
Frank