comparison runner/LabFeatureWriter.cpp @ 158:a2310369b2cc labfile

Add fill-ends option to CSV writer (and test it)
author Chris Cannam
date Wed, 15 Oct 2014 10:18:13 +0100
parents 946115b8badd
children 237ccacbb85e
comparison
equal deleted inserted replaced
157:946115b8badd 158:a2310369b2cc
130 // reliably determine the end of audio file, and because of 130 // reliably determine the end of audio file, and because of
131 // the nature of block processing, the feature could even 131 // the nature of block processing, the feature could even
132 // start beyond that anyway) 132 // start beyond that anyway)
133 writeFeature(stream, f, &f); 133 writeFeature(stream, f, &f);
134 } 134 }
135
136 m_pending.clear();
135 } 137 }
136 138
137 void 139 void
138 LabFeatureWriter::writeFeature(QTextStream &stream, 140 LabFeatureWriter::writeFeature(QTextStream &stream,
139 const Plugin::Feature &f, 141 const Plugin::Feature &f,