|
Ardour
9.0-pre0-1950-g391fe97693
|
#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 226 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 235 of file automation_line.h.
|
private |
Definition at line 234 of file automation_line.h.
|
private |
Definition at line 233 of file automation_line.h.