I was curious, so I tried to (Windows XP Pro SP3, Processing 1.2.1). Downloaded 2nd version of Csoundo and installed it. Ran Processing, Java 1.6.0_21 although Processing uses my 0_18 SDK).
Ah, I have Csound 5.8 archive but hadn't installed it yet. Did that. With a path without spaces, I avoid them with command line utilities and libraries, sometime they are senstive...
Ran the playMessage sketch, it complained because csnd.jar wasn't there. Doh!
Found it in Csound\interfaces\java, copied it next to csoundo.jar. Ran playMessage, complained about a native library.
I check, the Csound/bin have been added to the path. Ah, but Processing was started before install.
Closed and re-opened Processing, ran the sketch. It works!
Well, sort of. For the record, here is the output:
csoundo 0.1.2 by Jacob Joaquin
http://csoundblog.com
time resolution is 0.600 ns
PortMIDI real time MIDI plugin for Csound
PortAudio real-time audio module for Csound
virtual_keyboard real time MIDI plugin for Csound
before paHostApiInitializers[0].
Pa_GetDeviceInfo: Num input channels reported as 65535! Changed to 2.
Pa_GetDeviceInfo: Num output channels reported as 65535! Changed to 2.
after paHostApiInitializers[0].
before paHostApiInitializers[1].
after paHostApiInitializers[1].
before paHostApiInitializers[2].
after paHostApiInitializers[2].
before paHostApiInitializers[3].
after paHostApiInitializers[3].
compile status: 0
The playing is a bit choppy, and very sensitive to CPU activity (I have an old computer!): if I do page down in Firefox, I have a sound glitch!
When I close the sketch's window, I have all output from Csound displayed at once... and a message showing a crash of JVM!
Tried drawTables, got: Exception in thread "Animation Thread" java.lang.NoSuchMethodError: csnd.Csound.TableGet(II)F
experiment_1 works, but sound is really too choppy. I will try again when I get a modern computer... Still a JVM crash when stopping the sketch.