diff --git a/include/Instrument.h b/include/Instrument.h index f0ff145c2..0a840daa3 100644 --- a/include/Instrument.h +++ b/include/Instrument.h @@ -101,7 +101,7 @@ public: // MIDI-events inline virtual bool handleMidiEvent( const MidiEvent&, const MidiTime& = MidiTime() ) { - return false; + return true; } virtual QString fullDisplayName() const;