![]() |
Ardour
8.12
|
#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 (PublicEditor &e) |
Private Attributes | |
AutomationLine & | line |
Temporal::timepos_t | before_x |
Temporal::timepos_t | after_x |
Definition at line 198 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 | ( | PublicEditor & | e | ) |
void AutomationLine::ContiguousControlPoints::move | ( | Temporal::timecnt_t const & | , |
double | dvalue | ||
) |
|
private |
Definition at line 207 of file automation_line.h.
|
private |
Definition at line 206 of file automation_line.h.
|
private |
Definition at line 205 of file automation_line.h.