summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2017-02-26 07:03:02 +1100
committerRobin Gareus <robin@gareus.org>2017-02-27 20:16:10 +0100
commit8e944953c6c0ef210c36fd9a2e9d60f3e5a6766a (patch)
tree0030e622115ce77cfcd7a000b9ae4366590eca9f /gtk2_ardour/editor.h
parentf4d51ee0d0976fb6310f3399249e7ea1b9c47210 (diff)
highlight the tempo curve that is to be altered, modify text to suit.
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index bca0bfae2f..72ee92ed17 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -332,6 +332,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
void mixer_strip_width_changed ();
void hide_track_in_display (TimeAxisView* tv, bool apply_to_selection = false);
void show_track_in_display (TimeAxisView* tv, bool move_into_view = false);
+ void tempo_curve_selected (ARDOUR::TempoSection* ts, bool yn);
/* nudge is initiated by transport controls owned by ARDOUR_UI */