comparison base/FFTCache.cpp @ 90:c4e163f911dd

* Switch spectrogram layer over to using the new rudimentary disk-backed FFT cache
author Chris Cannam
date Wed, 03 May 2006 14:26:26 +0000
parents 7de62a884810
children f47f4c7c158c
comparison
equal deleted inserted replaced
89:6a1803d578e0 90:c4e163f911dd
15 15
16 #include "FFTCache.h" 16 #include "FFTCache.h"
17 #include "System.h" 17 #include "System.h"
18 18
19 #include <iostream> 19 #include <iostream>
20
21 //!!! This class is a work in progress -- it does only as much as we
22 // need for the current SpectrogramLayer. Slated for substantial
23 // refactoring and extension.
20 24
21 FFTMemoryCache::FFTMemoryCache() : 25 FFTMemoryCache::FFTMemoryCache() :
22 m_width(0), 26 m_width(0),
23 m_height(0), 27 m_height(0),
24 m_magnitude(0), 28 m_magnitude(0),