Following the “example-basic” from ofxFFT i get the binned frequencies for an audio signal.
I am now wondering how I can do logarithmic resampling for this audio buffer.
@roymacdonald has an example on how to draw it as a graph to screen.
But thats not the same as making a new resampled buffer; I guess?
Since I need a new buffer of the same bufferSize with each integer array index filled with the correct log() frequency. But it not just a matter of changing the value at each index, but also moving it to a different index. Like changing x and y.
Thanks looks interesting. I think for the log problem I am good now.
But still I’m currently trying to get ofxConstantQ working on OF 10.1 so see how it looks. But so far only the GUI appears and the console prints out stuff.
But maybe the processing just takes super long.
HI, dont bother trying ofxConstantQ. It is a kinda outdated algorithm and addon. You can get much better results with a filterbank (like ofxFilterbank)