Home
last modified time | relevance | path

Searched refs:toggle_automation_track (Results 1 – 3 of 3) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dmidi_time_axis.cc787 sigc::bind (sigc::mem_fun (*this, &RouteTimeAxisView::toggle_automation_track), in add_channel_command_menu_item()
819 sigc::bind (sigc::mem_fun (*this, &RouteTimeAxisView::toggle_automation_track), in add_channel_command_menu_item()
859 sigc::mem_fun (*this, &RouteTimeAxisView::toggle_automation_track), in add_single_channel_controller_item()
915 sigc::bind (sigc::mem_fun (*this, &RouteTimeAxisView::toggle_automation_track), in add_multi_channel_controller_item()
H A Droute_time_axis.h118 void toggle_automation_track (const Evoral::Parameter& param);
H A Droute_time_axis.cc1452 RouteTimeAxisView::toggle_automation_track (const Evoral::Parameter& param) in toggle_automation_track() function in RouteTimeAxisView