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 › [RESOLVED] Minim - not loading file in Eclipse
Page Index Toggle Pages: 1
[RESOLVED] Minim - not loading file in Eclipse (Read 947 times)
[RESOLVED] Minim - not loading file in Eclipse
Nov 9th, 2009, 6:47am
 
Hei guys
i'm trying to using MINIM sound library inside a processing sketch
with **ECLIPSE**
(in processing ide it's all right)

i've created new java project, added core.jar and extended PApplet class.
then, imported all minim/lib .jars
(i think import is good cause code hints in eclipse are all right)

i have .wav in eclipse_workspace/my_project/data
but when i try to load this i got runtime error in JSMinim.class
i've tried minim.loadfile also with simple name file, also with absolute path in my harddisk.

what can it be???
help me!!
Re: [RESOLVED] Minim - not loading file in Eclipse
Reply #1 - Nov 9th, 2009, 7:29am
 
ok.. it is solved.

i tried to open minim source, and import in eclipse, removing minim jars.

source code had got some error!!!!

in papplet.createInput
what a f***??

i've got old version of core.jar and PApplet class had
deprecated method openStream.

just update core.jar and.. et evoilà : )
Page Index Toggle Pages: 1