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 › the constructor Minim is undefined problem!
Page Index Toggle Pages: 1
the constructor Minim is undefined problem! (Read 1658 times)
the constructor Minim is undefined problem!
May 12th, 2010, 9:58am
 
hey! I'm trying to run the minim library sketches that came with processing and i can't. this started happening since i updated the version of processing...  i had the one before the current and updated to the current! the error i get is "the constructor Minim(nameoftheprogram) is undefined
Re: the constructor Minim is undefined problem!
Reply #1 - May 17th, 2010, 1:57am
 
try

minim = new minim(this);


and don't forget the (this) -- don't put the name of the program, actually use the word

this

Smiley

err... sorry not being flip, just a bit dumb

make sure the library's included and everything-- see if the example files will run
Page Index Toggle Pages: 1