Merge pull request #2888 from jasp00/triple-segv
Fix fault on note off and remove one mutex for notes
This commit is contained in:
@@ -234,7 +234,6 @@ private:
|
||||
MidiPort m_midiPort;
|
||||
|
||||
NotePlayHandle* m_notes[NumKeys];
|
||||
QMutex m_notesMutex;
|
||||
|
||||
int m_runningMidiNotes[NumKeys];
|
||||
QMutex m_midiNotesMutex;
|
||||
|
||||
Reference in New Issue
Block a user