diff transform/CSVFeatureWriter.h @ 1002:c2316a3bbb81

Add omit-filename option to CSV writer (and test it while testing lab writer)
author Chris Cannam
date Wed, 15 Oct 2014 10:38:17 +0100
parents 51bf067de517
children d954e03274e8
line wrap: on
line diff
--- a/transform/CSVFeatureWriter.h	Wed Oct 15 10:18:13 2014 +0100
+++ b/transform/CSVFeatureWriter.h	Wed Oct 15 10:38:17 2014 +0100
@@ -60,6 +60,7 @@
     bool m_sampleTiming;
     bool m_endTimes;
     bool m_forceEnd;
+    bool m_omitFilename;
     QString m_prevPrintedTrackId;
 
     typedef map<TrackTransformPair, Vamp::Plugin::Feature> PendingFeatures;