diff src/Silvet.h @ 325:4cf4313d7e30 livemode

Always use q=0.8 and accept the hit on speed -- the templates are made for that configuration and it does work better. Also some adjustments to thresholding and peak picking for live mode in particular.
author Chris Cannam
date Mon, 18 May 2015 13:58:27 +0100
parents 213a51e197c8
children d25e4aee73d7
line wrap: on
line diff
--- a/src/Silvet.h	Mon May 18 11:06:14 2015 +0100
+++ b/src/Silvet.h	Mon May 18 13:58:27 2015 +0100
@@ -105,6 +105,7 @@
     vector<map<int, double> > m_pianoRoll;
     vector<map<int, int> > m_pianoRollShifts;
     map<Vamp::RealTime, float> m_inputGains;
+    set<int> m_current;
 
     Grid preProcess(const Grid &);