Fix notes getting stuck under high CPU conditions (#4908)

This commit is contained in:
Dominic Clark
2019-04-24 12:50:07 +01:00
committed by GitHub
parent a685049627
commit 461faccaa0
2 changed files with 20 additions and 12 deletions

View File

@@ -302,6 +302,7 @@ private:
NotePlayHandleList m_subNotes; // used for chords and arpeggios
volatile bool m_released; // indicates whether note is released
bool m_releaseStarted;
bool m_hasMidiNote;
bool m_hasParent; // indicates whether note has parent
NotePlayHandle * m_parent; // parent note
bool m_hadChildren;