[fluxus] # of harmonics

Dave Griffiths dave at pawfal.org
Wed Feb 15 09:16:36 PST 2006


> Hi, I'm wondering how many harmonics are computed in the fft?
> I don't see anything in the docs about it... is it based on the jack
> buffer size? is it fixed?

good question

it's 16, and it's fixed at compile time.

AudioCollector.h line 27:
static const int NUM_BARS = 16;

yes, it should be a runtime option. or maybe it shouldn't - too many
options are annoying. I though it was 32 though :)

cheers,

dave





More information about the Fluxus mailing list