aboutsummaryrefslogtreecommitdiff
path: root/sound/midiparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/midiparser.h')
-rw-r--r--sound/midiparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/midiparser.h b/sound/midiparser.h
index 4ac4a69746..c5fad965d5 100644
--- a/sound/midiparser.h
+++ b/sound/midiparser.h
@@ -182,7 +182,7 @@ protected:
virtual void parseNextEvent (EventInfo &info) = 0;
void activeNote (byte channel, byte note, bool active);
- void hangingNote (byte channel, byte note, uint32 ticks_left);
+ void hangingNote (byte channel, byte note, uint32 ticks_left, bool recycle = true);
void hangAllActiveNotes();
//! Platform independent BE uint32 read-and-advance.