# HG changeset patch # User Chris Cannam # Date 1187282827 0 # Node ID 3020904de772c3c020f8989dd011a6dbbfc6280d # Parent 7b96b3bd4bae63a486dca3aadf4c949b358b75db * Layer tree view updating when visibility / audibility changed (and layers updating when they are changed in view) -- still some problems when a model is loaded while the tree is visible * FFTW_MEASURE throughout -- it does turn out to make an appreciable difference sometimes diff -r 7b96b3bd4bae -r 3020904de772 data/fft/FFTDataServer.cpp --- a/data/fft/FFTDataServer.cpp Tue Aug 14 13:58:53 2007 +0000 +++ b/data/fft/FFTDataServer.cpp Thu Aug 16 16:47:07 2007 +0000 @@ -618,7 +618,7 @@ m_fftPlan = fftf_plan_dft_r2c_1d(m_fftSize, m_fftInput, m_fftOutput, - FFTW_ESTIMATE); + FFTW_MEASURE); if (!m_fftPlan) { std::cerr << "ERROR: fftf_plan_dft_r2c_1d(" << m_windowSize << ") failed!" << std::endl;