Home
last modified time | relevance | path

Searched refs:interpolation_changed (Results 1 – 4 of 4) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dautomation_time_axis.h202 void interpolation_changed (ARDOUR::AutomationList::InterpolationStyle);
H A Dautomation_line.h242 void interpolation_changed (ARDOUR::AutomationList::InterpolationStyle);
H A Dautomation_time_axis.cc464 AutomationTimeAxisView::interpolation_changed (AutomationList::InterpolationStyle s) in interpolation_changed() function in AutomationTimeAxisView
751 interpolation_changed (s); in build_display_menu()
958 …tions, invalidator (*this), boost::bind (&AutomationTimeAxisView::interpolation_changed, this, _1)… in add_line()
H A Dautomation_line.cc126 interpolation_changed (alist->interpolation ()); in AutomationLine()
1263 AutomationLine::interpolation_changed (AutomationList::InterpolationStyle style) in interpolation_changed() function in AutomationLine
1326 …_list_connections, invalidator (*this), boost::bind (&AutomationLine::interpolation_changed, this,… in connect_to_list()