micknoise / Maximilian

C++ Audio and Music DSP Library
http://www.maximilian.strangeloop.co.uk
MIT License
1.58k stars 279 forks source link

inFFT.bins error #111

Closed CiaranMaloy closed 1 year ago

CiaranMaloy commented 1 year ago

inFFT.bins in maxiConvolve is a private variable in maxiFFT and should be made public to be used in this way

chriskiefer commented 1 year ago

you can use getNumBins() instead