Merge pull request #2888 from jasp00/triple-segv

Fix fault on note off and remove one mutex for notes
This commit is contained in:
Javier Serrano Polo
2016-07-10 22:08:29 +00:00
committed by GitHub
2 changed files with 5 additions and 9 deletions

View File

@@ -234,7 +234,6 @@ private:
MidiPort m_midiPort;
NotePlayHandle* m_notes[NumKeys];
QMutex m_notesMutex;
int m_runningMidiNotes[NumKeys];
QMutex m_midiNotesMutex;