add TimingData::GetStopAtRow
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user