Fix up editing hold notes.

This commit is contained in:
Glenn Maynard
2002-08-25 05:00:23 +00:00
parent 3d84bc6135
commit b3cb136f04
3 changed files with 65 additions and 35 deletions
+2 -1
View File
@@ -525,7 +525,8 @@ bool Notes::LoadFromDWITokens(
}
}
pNoteData->Convert2sAnd3sToHoldNotes(); // this will expand the HoldNote begin markers we wrote into actual HoldNotes
// this will expand the HoldNote begin markers we wrote into actual HoldNotes
pNoteData->Convert2sAnd3sToHoldNotes();
ASSERT( pNoteData->m_iNumTracks > 0 );