We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpSound,  Music Libraries › ohu no, sound in eclipse is my nightmare
Page Index Toggle Pages: 1
ohu no, sound in eclipse is my nightmare (Read 613 times)
ohu no, sound in eclipse is my nightmare
Oct 19th, 2009, 2:20pm
 
after NOT being able to read an usb mid keyboard

my problem now is in load .wav file
in processing ide no problem with minim
but in eclipse i've imported minim ad data directory iinside src in eclipse project
and this stack error:


sun.applet.AppletViewer at localhost:50205      
     Daemon Thread [AWT-AppKit] (Running)      
     Thread [AWT-Shutdown] (Running)      
     Thread [thread applet-Main.class] (Running)      
     Thread [AWT-EventQueue-0] (Running)      
     Thread [DestroyJavaVM] (Running)      
     Thread [AWT-EventQueue-1] (Running)      
     Thread [Thread-3] (Suspended (exception NoSuchMethodError))      
           JSMinim.getAudioInputStream(String) line: 542      
           JSMinim.getAudioRecordingStream(String, int) line: 176      
           Minim.loadFile(String, int) line: 262      
           Main.setup() line: 36      
           Main(PApplet).handleDisplay() line: 1390      
           PGraphicsJava2D(PGraphics).requestDisplay(PApplet) line: 690      
           Main(PApplet).run() line: 1562      
           Thread.run() line: 613      

what can be? mayebe some preferences in applet? probleam is audiostream, isn't it?
Page Index Toggle Pages: 1