From d9101a15611f3e96a2b313dd86d522605588c32b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 9 Mar 2011 18:13:12 +0000 Subject: Small refactoring; fix stuck notes on the sequence LMB down, RMB down, LMB up, RMB up (#3824). git-svn-id: svn://localhost/ardour2/branches/3.0@9114 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/piano_roll_header.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk2_ardour/piano_roll_header.h') diff --git a/gtk2_ardour/piano_roll_header.h b/gtk2_ardour/piano_roll_header.h index 453c32468d..7f469aebce 100644 --- a/gtk2_ardour/piano_roll_header.h +++ b/gtk2_ardour/piano_roll_header.h @@ -92,6 +92,8 @@ private: void send_note_on(uint8_t note); void send_note_off(uint8_t note); + void reset_clicked_note(uint8_t, bool invalidate = true); + MidiStreamView& _view; uint8_t _event[3]; -- cgit v1.2.3