I want to interface a pd synth with some java apps.
Are there any pd/java interfaces available?
If not, could someone please give me some suggestions or pointers...I searched the pd .info site without much luck.
Many thanks! Ruth McCracken
We won't tell. Get more on shows you hate to love (and love to hate): Yahoo! TV's Guilty Pleasures list.
OSC would be the most common solution:
http://www.illposed.com/software/javaosc.html
best, d.
ruth mccracken wrote:
I want to interface a pd synth with some java apps.
Are there any pd/java interfaces available?
Hallo, ruth mccracken hat gesagt: // ruth mccracken wrote:
I want to interface a pd synth with some java apps.
What apps?
Are there any pd/java interfaces available?
I only know this one: http://www.le-son666.com/software/pdj/ It's modelled after the mxj java object for Max.
Frank Barknecht _ ______footils.org_ __goto10.org__
ruth mccracken wrote:
I want to interface a pd synth with some java apps.
Are there any pd/java interfaces available?
apart from derek's solution (connection 2 apps via a networked protocol), there is also pdj (or was it jpd?), which allows you to write objects in java.
i would have to google myself for a link, so i leave that as an exercise to the reader.
mfg.asd IOhannes
On Tuesday 03 July 2007 22:21:23 ruth mccracken wrote:
I want to interface a pd synth with some java apps.
Are there any pd/java interfaces available?
If not, could someone please give me some suggestions or pointers...I searched the pd .info site without much luck.
I've been using PD with a Java applet. My solution has been to use |dumpOSC| and |OSCRoute| in my PD code and some OSC client classes in my Java applet, http://www.illposed.com/software/javaosc.html.
Cheers, Richard
Hallo!
I want to interface a pd synth with some java apps.
Are there any pd/java interfaces available?
If not, could someone please give me some suggestions or pointers...I searched the pd .info site without much luck.
I've been using PD with a Java applet. My solution has been to use |dumpOSC| and |OSCRoute| in my PD code and some OSC client classes in my Java applet, http://www.illposed.com/software/javaosc.html.
If OSC is not really needed I would use something more direct like XMLRPC, which java and pd supports very well !
LG Georg