Home
last modified time | relevance | path

Searched refs:show_touched_automation (Results 1 – 5 of 5) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Droute_time_axis.h314 void show_touched_automation (boost::weak_ptr<PBD::Controllable>);
H A Dpublic_editor.h372 virtual bool show_touched_automation () const = 0;
H A Droute_time_axis.cc137 …onnection, invalidator (*this), boost::bind (&RouteTimeAxisView::show_touched_automation, this, _1… in RouteTimeAxisView()
1634 RouteTimeAxisView::show_touched_automation (boost::weak_ptr<PBD::Controllable> wctrl) in show_touched_automation() function in RouteTimeAxisView
1641 if (!_editor.show_touched_automation ()) { in show_touched_automation()
H A Deditor.h388 bool show_touched_automation () const;
H A Deditor.cc4026 Editor::show_touched_automation () const in show_touched_automation() function in Editor