Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't try to clear null buffer in NotePlayHandle::play (#4545)
This is a workaround for rare crashes when changing the tempo while playing notes with stacking and/or arpeggio. When playing the master note, _working_buffer is null. Tempo change causes false positive in the check because NotePlayHandle::resize changes m_totalFramesPlayed. Thanks to 6fc4577, we can safely drop the memset call.
- Loading branch information