Fixed fault on note off and removed one mutex for notes

This commit is contained in:
Javier Serrano Polo
2016-07-02 13:44:21 +02:00
parent 46c2aa32ea
commit 06b1d52b0a
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;