Mercurial > hg > silvet
diff src/Silvet.h @ 302:cac0be04c43c livemode
Add output for the templates (probably temporarily)
author | Chris Cannam |
---|---|
date | Tue, 02 Dec 2014 17:13:10 +0000 |
parents | ebe5e0942bb8 |
children | f98ba4f47e49 |
line wrap: on
line diff
--- a/src/Silvet.h Mon Dec 01 17:12:19 2014 +0000 +++ b/src/Silvet.h Tue Dec 02 17:13:10 2014 +0000 @@ -121,7 +121,9 @@ float getInputGainAt(Vamp::RealTime t); - FeatureSet transcribe(const Grid &); + void insertTemplateFeatures(FeatureSet &); + + void transcribe(const Grid &, FeatureSet &); string noteName(int n, int shift, int shiftCount) const; float noteFrequency(int n, int shift, int shiftCount) const; @@ -134,6 +136,7 @@ mutable int m_notesOutputNo; mutable int m_fcqOutputNo; mutable int m_pitchOutputNo; + mutable int m_templateOutputNo; }; #endif