Proposed fix 1527 Not all Played Notes shows the indicator on the InstrumentTrackView
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user