summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_time_axis.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-04-10 21:03:08 +0200
committerRobin Gareus <robin@gareus.org>2019-04-10 21:50:55 +0200
commitf5bc64d00e898ae02e3964f530155d8130584967 (patch)
tree1584e473013e010b6e7c74ae9bee161ad952c7f8 /gtk2_ardour/audio_time_axis.h
parentd465a2b0124468a085e0a78898279f167095fdc1 (diff)
Add option to leave vertical gap below audio regions
This is a backport from Mixbus, to leave are 4 "open" pixels at the bottom of the track so one can see the grid-lines between tracks. This is useful with low region-transparency. grid-lines behind opaque regions are not visible.
Diffstat (limited to 'gtk2_ardour/audio_time_axis.h')
-rw-r--r--gtk2_ardour/audio_time_axis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/audio_time_axis.h b/gtk2_ardour/audio_time_axis.h
index 52c1a3d151..58139eb3b0 100644
--- a/gtk2_ardour/audio_time_axis.h
+++ b/gtk2_ardour/audio_time_axis.h
@@ -84,6 +84,7 @@ private:
friend class AudioRegionView;
void route_active_changed ();
+ void parameter_changed (std::string const &);
Gtk::Menu* build_mode_menu();
void build_automation_action_menu (bool);