m_maxFFTSize      118 Source/platform/audio/ReverbConvolver.cpp         if (fftSize > m_maxFFTSize)
m_maxFFTSize      119 Source/platform/audio/ReverbConvolver.cpp             fftSize = m_maxFFTSize;
m_maxFFTSize       80 Source/platform/audio/ReverbConvolver.h     size_t m_maxFFTSize;