Mercurial > hg > qm-vamp-plugins
comparison plugins/TonalChangeDetect.cpp @ 234:4a1abf1f2ac4
Fixes for qm-dsp codestyle-and-tidy branch
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Mon, 03 Jun 2019 08:23:00 +0100 |
parents | c9c562f37dd7 |
children |
comparison
equal
deleted
inserted
replaced
233:c9c562f37dd7 | 234:4a1abf1f2ac4 |
---|---|
15 #include "TonalChangeDetect.h" | 15 #include "TonalChangeDetect.h" |
16 | 16 |
17 #include <base/Pitch.h> | 17 #include <base/Pitch.h> |
18 #include <dsp/chromagram/Chromagram.h> | 18 #include <dsp/chromagram/Chromagram.h> |
19 #include <dsp/tonal/ChangeDetectionFunction.h> | 19 #include <dsp/tonal/ChangeDetectionFunction.h> |
20 | |
21 using std::cerr; | |
22 using std::endl; | |
20 | 23 |
21 TonalChangeDetect::TonalChangeDetect(float fInputSampleRate) | 24 TonalChangeDetect::TonalChangeDetect(float fInputSampleRate) |
22 : Vamp::Plugin(fInputSampleRate), | 25 : Vamp::Plugin(fInputSampleRate), |
23 m_chromagram(0), | 26 m_chromagram(0), |
24 m_step(0), | 27 m_step(0), |