summaryrefslogtreecommitdiff
path: root/gtk2_ardour/piano_roll_header.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-03-09 18:13:12 +0000
committerCarl Hetherington <carl@carlh.net>2011-03-09 18:13:12 +0000
commitd9101a15611f3e96a2b313dd86d522605588c32b (patch)
tree989f831d0f5e2e77ce10ee015e45a72e58cb0ec9 /gtk2_ardour/piano_roll_header.h
parentfd380077bf6e6a37018448204193333b174c7b67 (diff)
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
Diffstat (limited to 'gtk2_ardour/piano_roll_header.h')
-rw-r--r--gtk2_ardour/piano_roll_header.h2
1 files changed, 2 insertions, 0 deletions
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];