Ardour
9.0-pre0-350-gf17a656217
|
#include <automation_line.h>
Public Member Functions | |
ContiguousControlPoints (AutomationLine &al) | |
Temporal::timecnt_t | clamp_dt (Temporal::timecnt_t const &dx, Temporal::timepos_t const ®ion_limit) |
void | move (Temporal::timecnt_t const &, double dvalue) |
void | compute_x_bounds () |
Private Attributes | |
AutomationLine & | line |
Temporal::timepos_t | before_x |
Temporal::timepos_t | after_x |
Definition at line 209 of file automation_line.h.
AutomationLine::ContiguousControlPoints::ContiguousControlPoints | ( | AutomationLine & | al | ) |
Temporal::timecnt_t AutomationLine::ContiguousControlPoints::clamp_dt | ( | Temporal::timecnt_t const & | dx, |
Temporal::timepos_t const & | region_limit | ||
) |
void AutomationLine::ContiguousControlPoints::compute_x_bounds | ( | ) |
void AutomationLine::ContiguousControlPoints::move | ( | Temporal::timecnt_t const & | , |
double | dvalue | ||
) |
|
private |
Definition at line 218 of file automation_line.h.
|
private |
Definition at line 217 of file automation_line.h.
|
private |
Definition at line 216 of file automation_line.h.