summaryrefslogtreecommitdiff
path: root/gtk2_ardour/piano_roll_header.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-08-15 03:08:55 +0200
committerRobin Gareus <robin@gareus.org>2015-08-15 03:08:55 +0200
commitf2495d98080db52af2bb961f03e31e858be6d4f9 (patch)
treeca196b4f70fe146ed39e8dab3b42cadbb7cb0363 /gtk2_ardour/piano_roll_header.h
parent041b31d7c61cde71cc5cae47b34256de60951236 (diff)
Highlight note in piano roll - #6510
Diffstat (limited to 'gtk2_ardour/piano_roll_header.h')
-rw-r--r--gtk2_ardour/piano_roll_header.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/piano_roll_header.h b/gtk2_ardour/piano_roll_header.h
index bb87d36e4d..2dac6f4217 100644
--- a/gtk2_ardour/piano_roll_header.h
+++ b/gtk2_ardour/piano_roll_header.h
@@ -48,6 +48,7 @@ public:
void on_size_allocate(Gtk::Allocation& a);
void note_range_changed();
+ void set_note_highlight (uint8_t note);
struct Color {
Color();