diff 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
line wrap: on
line diff
--- a/base/FFTCache.cpp	Wed May 03 11:15:46 2006 +0000
+++ b/base/FFTCache.cpp	Wed May 03 14:26:26 2006 +0000
@@ -18,6 +18,10 @@
 
 #include <iostream>
 
+//!!! This class is a work in progress -- it does only as much as we
+// need for the current SpectrogramLayer.  Slated for substantial
+// refactoring and extension.
+
 FFTMemoryCache::FFTMemoryCache() :
     m_width(0),
     m_height(0),