Mercurial > hg > silvet
diff src/Silvet.h @ 161:6003a9af43af
Introduce InstrumentPack class
author | Chris Cannam |
---|---|
date | Tue, 20 May 2014 15:31:05 +0100 |
parents | 58547262e735 |
children | 03ba9b25e0d0 |
line wrap: on
line diff
--- a/src/Silvet.h Tue May 20 13:55:44 2014 +0100 +++ b/src/Silvet.h Tue May 20 15:31:05 2014 +0100 @@ -23,6 +23,7 @@ #include <set> #include "MedianFilter.h" +#include "Instruments.h" using std::string; using std::vector; @@ -70,6 +71,8 @@ FeatureSet getRemainingFeatures(); protected: + const std::vector<InstrumentPack> m_instruments; + Resampler *m_resampler; CQSpectrogram *m_cq;