Composite NoteData for when one NoteData represents multiple NoteDatas.

This commit is contained in:
Steve Checkoway
2006-06-20 13:20:45 +00:00
parent 4a9cfcb11a
commit 91f1329653
2 changed files with 6 additions and 1 deletions
+1
View File
@@ -21,6 +21,7 @@ NoteData::NoteData()
void NoteData::Init()
{
m_bComposite = false;
ClearAll();
m_TapNotes = vector<TrackMap>(); // ensure that the memory is freed
}