Fix recording of single streamed instruments(regression in #3774) (#3803)

* Revert "same note layering when sustain pedal is pressed (#3774)"

This reverts commit e387e77445.

* Fix recording of sustained notes
This commit is contained in:
Hyunjin Song
2017-09-19 04:48:33 +09:00
committed by Umcaruje
parent c0682c94a4
commit 4e3c6b0940
3 changed files with 35 additions and 11 deletions

View File

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