Mercurial > hg > sonic-annotator
comparison runner/MIDIFeatureWriter.cpp @ 171:c1834a31029c
Merge from branch "jams"
author | Chris Cannam |
---|---|
date | Wed, 15 Oct 2014 16:09:47 +0100 |
parents | db83ea0e102d |
children | 977b7007071f |
comparison
equal
deleted
inserted
replaced
163:f4f770b4356b | 171:c1834a31029c |
---|---|
163 << writer.getError() << endl; | 163 << writer.getError() << endl; |
164 throw FileOperationFailed(filename, "MIDI write"); | 164 throw FileOperationFailed(filename, "MIDI write"); |
165 } | 165 } |
166 } | 166 } |
167 } | 167 } |
168 | |
169 m_notes.clear(); | |
170 | |
171 FileFeatureWriter::finish(); | |
168 } | 172 } |
169 | 173 |