Mercurial > hg > constant-q-cpp
comparison vamp/CQVamp.cpp @ 121:2375457f2876
More necessary code, some work on build scripts
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Thu, 15 May 2014 14:23:42 +0100 |
parents | fdd32f995b0d |
children | 8996465e39fc |
comparison
equal
deleted
inserted
replaced
120:3fa7e938e7d4 | 121:2375457f2876 |
---|---|
29 authorization. | 29 authorization. |
30 */ | 30 */ |
31 | 31 |
32 #include "CQVamp.h" | 32 #include "CQVamp.h" |
33 | 33 |
34 #include "base/Pitch.h" | 34 #include "Pitch.h" |
35 | 35 |
36 #include <algorithm> | 36 #include <algorithm> |
37 #include <cstdio> | 37 #include <cstdio> |
38 | 38 |
39 using std::string; | 39 using std::string; |