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:
+1
-1
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user