Mercurial > hg > sonic-annotator
comparison 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 |
comparison
equal
deleted
inserted
replaced
144:b3d73c08b6ce | 145:3921e0c1f4dd |
---|---|
156 throw FileOperationFailed(filename, "create MIDI writer"); | 156 throw FileOperationFailed(filename, "create MIDI writer"); |
157 } | 157 } |
158 writer.write(); | 158 writer.write(); |
159 } | 159 } |
160 } | 160 } |
161 | |
162 FileFeatureWriter::finish(); | |
161 } | 163 } |
162 | 164 |