summaryrefslogtreecommitdiff
path: root/gtk2_ardour/streamview.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-12-17 18:40:38 -0500
committerDavid Robillard <d@drobilla.net>2014-12-17 18:41:23 -0500
commit6e912a0aa31313636e2957ec0aa97d4103ee117f (patch)
treeb0ab3ba60fb7b623f0a29d305e8e5eb62eb2708c /gtk2_ardour/streamview.h
parent0f63ac06a44c92dd46e66dc2e8b29908ef8e3078 (diff)
Fix display of MIDI notes/regions while recording.
Make record rect transparency configurable. Factor out some copy-paste streamview code.
Diffstat (limited to 'gtk2_ardour/streamview.h')
-rw-r--r--gtk2_ardour/streamview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/streamview.h b/gtk2_ardour/streamview.h
index b3ae34e4d4..d211ca10c3 100644
--- a/gtk2_ardour/streamview.h
+++ b/gtk2_ardour/streamview.h
@@ -134,6 +134,7 @@ protected:
void transport_looped();
void rec_enable_changed();
void sess_rec_enable_changed();
+ void create_rec_box(framepos_t frame_pos, double width);
virtual void setup_rec_box () = 0;
virtual void update_rec_box ();