Mercurial > hg > qm-vamp-plugins
comparison plugins/Transcription.cpp @ 214:23b2a2f93c5a
Merge from branch MSVC
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Fri, 27 Apr 2018 15:48:50 +0100 |
parents | af6a5ba00a8f |
children |
comparison
equal
deleted
inserted
replaced
186:8dca49290db9 | 214:23b2a2f93c5a |
---|---|
16 | 16 |
17 #include "Transcription.h" | 17 #include "Transcription.h" |
18 #include <vamp-sdk/PluginAdapter.h> | 18 #include <vamp-sdk/PluginAdapter.h> |
19 #include <math.h> | 19 #include <math.h> |
20 #include <stdlib.h> | 20 #include <stdlib.h> |
21 #include <algorithm> | |
21 | 22 |
22 using std::string; | 23 using std::string; |
23 using std::vector; | 24 using std::vector; |
24 using std::cerr; | 25 using std::cerr; |
25 using std::endl; | 26 using std::endl; |