This commit is contained in:
Glenn Maynard
2005-01-22 19:25:05 +00:00
parent cd9b66220a
commit a769bc7c41
4 changed files with 15 additions and 24 deletions
+1 -4
View File
@@ -41,7 +41,7 @@ public:
~NoteData();
void Init();
int GetNumTracks() const;
int GetNumTracks() const { return m_TapNotes.size(); }
void SetNumTracks( int iNewNumTracks );
/* Return the note at the given track and row. Row may be out of
@@ -105,9 +105,6 @@ public:
const HoldNote &GetHoldNote( int index ) const { ASSERT( index < (int) m_HoldNotes.size() ); return m_HoldNotes[index]; }
int GetMatchingHoldNote( const HoldNote &hn ) const;
// remove me
void SetTapAttackNote( int track, int row, CString sModifiers, float fDurationSeconds );
//
// statistics
//