Mercurial > hg > match-vamp
comparison src/MatchVampPlugin.h @ 161:123147f096d2 refactors
Expose tuning frequency parameters through plugin
author | Chris Cannam |
---|---|
date | Thu, 29 Jan 2015 17:13:58 +0000 |
parents | 6914a6a01ffc |
children | cf1282d1f940 |
comparison
equal
deleted
inserted
replaced
160:581b1118ec28 | 161:123147f096d2 |
---|---|
76 bool m_begin; | 76 bool m_begin; |
77 bool m_locked; | 77 bool m_locked; |
78 bool m_smooth; | 78 bool m_smooth; |
79 | 79 |
80 int m_frameNo; | 80 int m_frameNo; |
81 int m_lastFrameIn1; | |
82 int m_lastFrameIn2; | |
83 | 81 |
84 Matcher::Parameters m_params; | 82 Matcher::Parameters m_params; |
85 Matcher::Parameters m_defaultParams; | 83 Matcher::Parameters m_defaultParams; |
86 | 84 |
87 FeatureExtractor::Parameters m_feParams; | 85 FeatureExtractor::Parameters m_feParams; |
88 FeatureExtractor::Parameters m_defaultFeParams; | 86 FeatureExtractor::Parameters m_defaultFeParams; |
87 double m_secondReferenceFrequency; | |
89 | 88 |
90 FeatureConditioner::Parameters m_fcParams; | 89 FeatureConditioner::Parameters m_fcParams; |
91 FeatureConditioner::Parameters m_defaultFcParams; | 90 FeatureConditioner::Parameters m_defaultFcParams; |
92 | 91 |
93 DistanceMetric::Parameters m_dParams; | 92 DistanceMetric::Parameters m_dParams; |