Home
last modified time | relevance | path

Searched refs:ContiguousControlPoints (Results 1 – 2 of 2) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dautomation_line.h198 class ContiguousControlPoints : public std::list<ControlPoint*> {
200 ContiguousControlPoints (AutomationLine& al);
210 friend class ContiguousControlPoints; variable
212 typedef boost::shared_ptr<ContiguousControlPoints> CCP;
H A Dautomation_line.cc484 AutomationLine::ContiguousControlPoints::ContiguousControlPoints (AutomationLine& al) in ContiguousControlPoints() function in AutomationLine::ContiguousControlPoints
490 AutomationLine::ContiguousControlPoints::compute_x_bounds (PublicEditor& e) in compute_x_bounds()
532 AutomationLine::ContiguousControlPoints::clamp_dx (double dx) in clamp_dx()
559 AutomationLine::ContiguousControlPoints::move (double dx, double dvalue) in move()
625 contig.reset (new ContiguousControlPoints (*this)); in drag_motion()