Mercurial > hg > pyin
comparison PYinVamp.h @ 133:83978b93aac1 fixedlag
ah, didn't commit when I stopped working... what did I do?
author | Matthias Mauch <mail@matthiasmauch.net> |
---|---|
date | Mon, 13 Jul 2015 12:10:06 +0100 |
parents | 926c292fa3ff |
children | 8404827a4b02 |
comparison
equal
deleted
inserted
replaced
132:926c292fa3ff | 133:83978b93aac1 |
---|---|
82 MonoPitchHMM m_pitchHmm; | 82 MonoPitchHMM m_pitchHmm; |
83 | 83 |
84 deque<vector<pair<double, double> > > m_pitchProb; | 84 deque<vector<pair<double, double> > > m_pitchProb; |
85 deque<Vamp::RealTime> m_timestamp; | 85 deque<Vamp::RealTime> m_timestamp; |
86 vector<float> m_level; | 86 vector<float> m_level; |
87 vector<float> m_pitchTrack; | |
88 | |
89 // for note writing | |
90 // vector<float> m_notePitchTrack; // contains pitches of one current note | |
91 // bool m_oldIsVoiced; | |
87 }; | 92 }; |
88 | 93 |
89 #endif | 94 #endif |