Mercurial > hg > sonic-annotator
comparison runner/FeatureExtractionManager.cpp @ 197:3b7ec45abd1c
Add mandatory option --json-format to JSON feature writer, in preparation for supporting multiple JSON formats (perhaps) in future
author | Chris Cannam |
---|---|
date | Tue, 01 Sep 2015 17:05:32 +0100 |
parents | 3f7c65f26559 |
children | 08d492f861e9 |
comparison
equal
deleted
inserted
replaced
196:082c3f21f49e | 197:3b7ec45abd1c |
---|---|
883 | 883 |
884 for (TransformWriterMap::const_iterator ti = pi->second.begin(); | 884 for (TransformWriterMap::const_iterator ti = pi->second.begin(); |
885 ti != pi->second.end(); ++ti) { | 885 ti != pi->second.end(); ++ti) { |
886 | 886 |
887 const Transform &transform = ti->first; | 887 const Transform &transform = ti->first; |
888 const vector<FeatureWriter *> &writers = ti->second; | |
889 | 888 |
890 Transform::SummaryType summaryType = transform.getSummaryType(); | 889 Transform::SummaryType summaryType = transform.getSummaryType(); |
891 PluginSummarisingAdapter::SummaryType pType = | 890 PluginSummarisingAdapter::SummaryType pType = |
892 (PluginSummarisingAdapter::SummaryType)summaryType; | 891 (PluginSummarisingAdapter::SummaryType)summaryType; |
893 | 892 |