What do the numbers mean in the PAD synth FFT code?

DSP, Plugin and Host development discussion.
Post Reply New Topic
RELATED
PRODUCTS

Post

Hi,

I was looking at the FFT code for the sweet sounding PAD synth at:

http://zynaddsubfx.sourceforge.net/doc/ ... ementation

However I was wondering what the numbers mean on lines 119-121 of padsynthc.c, i.e. 600, 150 and 900 etc?

Thanks,
Daniel

Post

"without too much investigation" Base frequency "hopsize" and coresponding harmonics,

Post

Thanks for the info. So I'm guessing that means it would be "600Hz + the base frequency"?

Actually the 150 is used to divide the frequency after the 600 is subtracted.

Post

I don't see the number 600?
But "bw_Hz=(pow(2.0,bw/1200.0)-1.0)*f*nh;"

is ((2^(bw/1200))-1)*f*nh

Post

OK, I did quote some line numbers.

Post Reply

Return to “DSP and Plugin Development”