From 8f45604f277f07cbde4c73a6fe3aeb802df19eab Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 7 Mar 2011 13:04:46 +0000 Subject: Make Active apply to the selection. git-svn-id: svn://localhost/ardour2/branches/3.0@9089 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/midi_time_axis.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/midi_time_axis.h') diff --git a/gtk2_ardour/midi_time_axis.h b/gtk2_ardour/midi_time_axis.h index 94926e28a2..88dcb9d917 100644 --- a/gtk2_ardour/midi_time_axis.h +++ b/gtk2_ardour/midi_time_axis.h @@ -74,8 +74,8 @@ class MidiTimeAxisView : public RouteTimeAxisView boost::shared_ptr add_region (ARDOUR::framepos_t, ARDOUR::framecnt_t, bool); - void show_all_automation (); - void show_existing_automation (); + void show_all_automation (bool apply_to_selection = false); + void show_existing_automation (bool apply_to_selection = false); void create_automation_child (const Evoral::Parameter& param, bool show); ARDOUR::NoteMode note_mode() const { return _note_mode; } -- cgit v1.2.3