Mercurial > hg > sonic-annotator
comparison runner/FeatureExtractionManager.h @ 108:8b4924a9a072
Print diff
author | Chris Cannam |
---|---|
date | Thu, 02 Oct 2014 14:31:47 +0100 |
parents | fae326c22df5 |
children | 78a7c77ba432 |
comparison
equal
deleted
inserted
replaced
105:76d9d86ae6cd | 108:8b4924a9a072 |
---|---|
76 // of them and then iterate through this map | 76 // of them and then iterate through this map |
77 | 77 |
78 typedef map<Transform, vector<FeatureWriter *> > TransformWriterMap; | 78 typedef map<Transform, vector<FeatureWriter *> > TransformWriterMap; |
79 typedef map<Vamp::Plugin *, TransformWriterMap> PluginMap; | 79 typedef map<Vamp::Plugin *, TransformWriterMap> PluginMap; |
80 PluginMap m_plugins; | 80 PluginMap m_plugins; |
81 | 81 |
82 // And a map back from transforms to their plugins. Note that | 82 // And a map back from transforms to their plugins. Note that |
83 // this is keyed by transform, not transform ID -- two differently | 83 // this is keyed by transform, not transform ID -- two differently |
84 // configured transforms with the same ID must use different | 84 // configured transforms with the same ID must use different |
85 // plugin instances. | 85 // plugin instances. |
86 | 86 |