add TimingData::GetStopAtRow

This commit is contained in:
Glenn Maynard
2005-12-19 00:07:34 +00:00
parent 06e8da57f8
commit 01e8e57ad1
2 changed files with 12 additions and 0 deletions
+1
View File
@@ -53,6 +53,7 @@ public:
void SetBPMAtBeat( float fBeat, float fBPM ) { SetBPMAtRow( BeatToNoteRow(fBeat), fBPM ); }
void SetStopAtRow( int iNoteRow, float fSeconds );
void SetStopAtBeat( float fBeat, float fSeconds ) { SetStopAtRow( BeatToNoteRow(fBeat), fSeconds ); }
float GetStopAtRow( int iNoteRow ) const;
void MultiplyBPMInBeatRange( int iStartIndex, int iEndIndex, float fFactor );
void AddBPMSegment( const BPMSegment &seg );
void AddStopSegment( const StopSegment &seg );