add song boundary marker

add "just barely"
This commit is contained in:
Chris Danford
2005-04-27 21:46:35 +00:00
parent 2836bc7c81
commit 5d398f4ad3
6 changed files with 102 additions and 34 deletions
+5
View File
@@ -1417,6 +1417,11 @@ bool Song::HasSignificantBpmChangesOrStops() const
return m_Timing.HasBpmChangesOrStops();
}
float Song::GetStepsSeconds() const
{
return GetElapsedTimeFromBeat( m_fLastBeat ) - GetElapsedTimeFromBeat( m_fFirstBeat );
}
bool Song::IsEditDescriptionUnique( StepsType st, CString sPreferredDescription, const Steps *pExclude ) const
{
FOREACH_CONST( Steps*, m_vpSteps, s )