comparison base/AudioLevel.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 d397ea0a79f5
children fd331fac5f38
comparison
equal deleted inserted replaced
149:3e4c384f518e 150:4b2ea82fd0ed
16 This is a modified version of a source file from the 16 This is a modified version of a source file from the
17 Rosegarden MIDI and audio sequencer and notation editor. 17 Rosegarden MIDI and audio sequencer and notation editor.
18 This file copyright 2000-2006 Chris Cannam. 18 This file copyright 2000-2006 Chris Cannam.
19 */ 19 */
20 20
21 #include "base/AudioLevel.h" 21 #include "AudioLevel.h"
22 #include <cmath> 22 #include <cmath>
23 #include <iostream> 23 #include <iostream>
24 #include <map> 24 #include <map>
25 #include <vector> 25 #include <vector>
26 #include <cassert> 26 #include <cassert>