Add NoteData::LoadOverlapped. Simplify.

This commit is contained in:
Glenn Maynard
2003-11-01 19:59:50 +00:00
parent 90dee42da0
commit 636a7512e2
3 changed files with 41 additions and 31 deletions
+2
View File
@@ -33,6 +33,8 @@ class NoteData
/* Pad m_TapNotes so it includes the row "rows". */
void PadTapNotes(int rows);
void LoadOverlapped( const NoteData* pOriginal, int iNewNumTracks );
public:
/* Set up to hold the data in From; same number of tracks, same
* divisor. Doesn't allocate or copy anything. */