X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Froute_time_axis.h;h=57b2bbb96000979c7fb306b7b107c47d6274d6f8;hb=6ccffbaf0937c7814f3c49510859d13bc033df99;hp=ea278e417554cd42101f298c7d9df1bef46234dc;hpb=f1ce87a699c9cca17197b4f33bec5da163810d4f;p=ardour.git diff --git a/gtk2_ardour/route_time_axis.h b/gtk2_ardour/route_time_axis.h index ea278e4175..57b2bbb960 100644 --- a/gtk2_ardour/route_time_axis.h +++ b/gtk2_ardour/route_time_axis.h @@ -239,12 +239,14 @@ protected: void color_handler (); void region_view_added (RegionView*); void create_gain_automation_child (const Evoral::Parameter &, bool); + void create_trim_automation_child (const Evoral::Parameter &, bool); void create_mute_automation_child (const Evoral::Parameter &, bool); void setup_processor_menu_and_curves (); void route_color_changed (); bool can_edit_name() const; boost::shared_ptr gain_track; + boost::shared_ptr trim_track; boost::shared_ptr mute_track; StreamView* _view; @@ -306,6 +308,7 @@ protected: protected: void update_gain_track_visibility (); + void update_trim_track_visibility (); void update_mute_track_visibility (); void update_pan_track_visibility (); @@ -316,6 +319,7 @@ protected: void ensure_pan_views (bool show = true); Gtk::CheckMenuItem* gain_automation_item; + Gtk::CheckMenuItem* trim_automation_item; Gtk::CheckMenuItem* mute_automation_item; std::list > pan_tracks; Gtk::CheckMenuItem* pan_automation_item;