Mercurial > hg > svcore
comparison base/AudioLevel.cpp @ 573:bdc9bb371a9f
...
author | Chris Cannam |
---|---|
date | Fri, 13 Mar 2009 17:53:43 +0000 |
parents | dc46851837d6 |
children | 5bfc4930588d |
comparison
equal
deleted
inserted
replaced
572:d3faa6447c5b | 573:bdc9bb371a9f |
---|---|
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> |
27 #include "system/System.h" | |
27 | 28 |
28 const float AudioLevel::DB_FLOOR = -1000.f; | 29 const float AudioLevel::DB_FLOOR = -1000.f; |
29 | 30 |
30 struct FaderDescription | 31 struct FaderDescription |
31 { | 32 { |