Hi,
I've had the same problems, then I downloaded the JSyn plug-in, and dragged jsyn-beta-16.5.14 into my sketch too. The error shown above has stopped, however my line of code:
LiveOutput.start(bufSize, bufSize*2);
is still being high-lighted, and the following is showing in the console:
JSyn: default output latency set to 80 msec for Windows 7
Audio: AudioDevice: Primary Sound Driver, max in = 0, max out = 2
Audio: AudioDevice: Speakers (High Definition Audio Device), max in = 0, max out = 2
Audio: AudioDevice: Primary Sound Capture Driver, max in = 2, max out = 0
Audio: AudioDevice: Microphone (High Definition Aud, max in = 2, max out = 0
Audio: AudioDevice: Port Speakers (High Definition Audio, max in = 0, max out = 0
Audio: AudioDevice: Port Microphone (High Definition Aud, max in = 0, max out = 0
java.version = 1.6.0_37, java.vendor = Sun Microsystems Inc., os.arch = amd64
---- Pure Java JSyn www.softsynth.com - rate = 44100, RT, V16.5.14 (build 448, 2012-12-10)
Input Device #2: Primary Sound Capture Driver has 2 channels
Input Device #0: Primary Sound Driver has 2 channels
Output buffer size = 14112 bytes.
Output Latency = 80.0 mse
These are just specs though, not helping me troubleshoot why my code won't run :s
Any tips please?