micknoise / Maximilian

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

'bins' is a private member of 'maxiFFT' #102

Closed leehu closed 1 year ago

leehu commented 3 years ago

Latest build pulled on 25/08/21.

Balthus1989 commented 2 years ago

I simply solved this issue by moving the "bins" field into the public scope.

Just comment out line 23 in the file "MaxiConvolve.h"

sankarshrajeev commented 2 years ago

I get this issue now.
bins' is a private member of 'maxiFFT

chriskiefer commented 1 year ago

you can use getNumBins() instead