Mercurial > hg > silvet
diff src/Silvet.h @ 165:f73be84f5c90
Use 20ms resolution in hq mode, 40ms only in draft mode
author | Chris Cannam |
---|---|
date | Tue, 20 May 2014 16:48:33 +0100 |
parents | 03ba9b25e0d0 |
children | 7979fa40c9f7 |
line wrap: on
line diff
--- a/src/Silvet.h Tue May 20 16:21:33 2014 +0100 +++ b/src/Silvet.h Tue May 20 16:48:33 2014 +0100 @@ -78,6 +78,7 @@ bool m_hqMode; int m_instrument; + int m_colsPerSec; typedef vector<vector<double> > Grid; @@ -93,7 +94,6 @@ int m_blockSize; int m_columnCount; - int m_reducedColumnCount; Vamp::RealTime m_startTime; mutable int m_notesOutputNo;