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 › Why can't I set the logAverages in BeatDetect
Page Index Toggle Pages: 1
Why can't I set the logAverages in BeatDetect? (Read 525 times)
Why can't I set the logAverages in BeatDetect?
Oct 18th, 2009, 11:21am
 
Hey everyone

I wonder why the call to logAverages() inside the BeatDetect class is hardcoded?

I want to use the BeatDetect class, but I want the FFT object inside the BeatDetect class to have a logAverages(40, 10) and not logAverages(60, 30).

The problem I'm facing is that I need more bands in my applet. To divide each octave into 3 isn't enough, but there's no way I can do this AND use the BeatDetect class?

Thanks...
Page Index Toggle Pages: 1