Delays are significant timing changes.

Yes, I'm committing while I'm on vacation.
Deal with it: I'm in an area with not much to do.
This commit is contained in:
Jason Felds
2011-08-07 15:12:44 -04:00
parent ad9cec03aa
commit f5f4268b19
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -498,7 +498,7 @@ void Steps::SetMeter( int meter )
bool Steps::HasSignificantTimingChanges() const
{
if( m_Timing.HasStops() )
if( m_Timing.HasStops() || m_Timing.HasDelays() )
return true;
/* TODO: Deal with DisplayBPM here...if possible?