diff runner/MIDIFeatureWriter.cpp @ 145:3921e0c1f4dd jams

Start to sketch out JAMS writer
author Chris Cannam
date Mon, 13 Oct 2014 16:58:30 +0100
parents b3d73c08b6ce
children 56dcb5f67ed1
line wrap: on
line diff
--- a/runner/MIDIFeatureWriter.cpp	Mon Oct 13 14:44:51 2014 +0100
+++ b/runner/MIDIFeatureWriter.cpp	Mon Oct 13 16:58:30 2014 +0100
@@ -158,5 +158,7 @@
 	    writer.write();
 	}
     }
+
+    FileFeatureWriter::finish();
 }