comparison base/FFTCache.cpp @ 150:4b2ea82fd0ed

* Reorganising code base. This revision probably should compile once more.
author Chris Cannam
date Mon, 31 Jul 2006 14:05:22 +0000
parents f47f4c7c158c
children
comparison
equal deleted inserted replaced
149:3e4c384f518e 150:4b2ea82fd0ed
12 License, or (at your option) any later version. See the file 12 License, or (at your option) any later version. See the file
13 COPYING included with this distribution for more information. 13 COPYING included with this distribution for more information.
14 */ 14 */
15 15
16 #include "FFTCache.h" 16 #include "FFTCache.h"
17 #include "System.h" 17 #include "system/System.h"
18 18
19 #include <iostream> 19 #include <iostream>
20 20
21 //!!! This class is a work in progress -- it does only as much as we 21 //!!! This class is a work in progress -- it does only as much as we
22 // need for the current SpectrogramLayer. Slated for substantial 22 // need for the current SpectrogramLayer. Slated for substantial