Mercurial > hg > pyin
diff PYinVamp.h @ 146:8404827a4b02 memory
Avoid calculating a temporary obsprob matrix for note tracking; + some tidying
author | Chris Cannam |
---|---|
date | Wed, 17 May 2017 14:50:10 +0100 |
parents | 83978b93aac1 |
children |
line wrap: on
line diff
--- a/PYinVamp.h Fri Mar 24 15:35:32 2017 +0000 +++ b/PYinVamp.h Wed May 17 14:50:10 2017 +0100 @@ -86,9 +86,7 @@ vector<float> m_level; vector<float> m_pitchTrack; - // for note writing - // vector<float> m_notePitchTrack; // contains pitches of one current note - // bool m_oldIsVoiced; + void addNoteFeatures(FeatureSet &fs); }; #endif