diff --git a/include/note_play_handle.h b/include/note_play_handle.h index fa6e2d175..ed4f31d71 100644 --- a/include/note_play_handle.h +++ b/include/note_play_handle.h @@ -67,8 +67,7 @@ public: virtual inline bool done( void ) const { - return( m_released && framesLeft() == 0 );/* ( m_released && m_framesBeforeRelease == 0 && - m_releaseFramesDone >= m_releaseFramesToDo ) );*/ + return( m_released && framesLeft() <= 0 ); } bool willFinishThisPeriod( void ) const