diff plugins/SegmenterPlugin.h @ 150:7c7881bbb6ca

Update segmenter to add durations to segments and map the segment types onto a dense series starting at 1 with alphabetical labels. Update version number
author Chris Cannam <c.cannam@qmul.ac.uk>
date Mon, 02 Sep 2013 12:58:14 +0100
parents dcf5800f0f00
children
line wrap: on
line diff
--- a/plugins/SegmenterPlugin.h	Mon Sep 02 12:57:45 2013 +0100
+++ b/plugins/SegmenterPlugin.h	Mon Sep 02 12:58:14 2013 +0100
@@ -60,6 +60,7 @@
     mutable float neighbourhoodLimit; // in sec
     int nSegmentTypes;
     feature_types featureType;	// 1 = constant-Q, 2 = chroma
+    Vamp::RealTime m_endTime;
     
     void makeSegmenter() const;
 };