add MoveTapNoteTrack

This commit is contained in:
Glenn Maynard
2002-11-02 21:04:00 +00:00
parent 4f972ef69b
commit 9374f853ed
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ public:
if(row < 0 || row >= m_TapNotes[track].size()) return TapNote(TAP_EMPTY);
return m_TapNotes[track][row];
}
void MoveTapNoteTrack(int dest, int src);
/* Pad m_TapNotes so it includes the row "rows". */
void PadTapNotes(int rows);
void SetTapNote(int track, int row, TapNote t);