Proposed fix 1527 Not all Played Notes shows the indicator on the InstrumentTrackView

This commit is contained in:
Dave French
2014-12-29 22:48:54 +00:00
parent 6045c2c2bc
commit 6d4d958ec6

View File

@@ -378,9 +378,9 @@ void InstrumentTrack::processOutEvent( const MidiEvent& event, const MidiTime& t
}
++m_runningMidiNotes[key];
m_instrument->handleMidiEvent( MidiEvent( MidiNoteOn, midiPort()->realOutputChannel(), key, event.velocity() ), time, offset );
emit newNote();
}
m_midiNotesMutex.unlock();
emit newNote();
break;
case MidiNoteOff: