|
Ardour
9.0-pre0-1950-g391fe97693
|
#include <ControlList.h>
Public Member Functions | |
| ControlEvent (Temporal::timepos_t const &w, double v) | |
| ControlEvent (const ControlEvent &other) | |
| ~ControlEvent () | |
| void | create_coeffs () |
Public Attributes | |
| Temporal::timepos_t | when |
| double | value |
| double * | coeff |
| double[4] allocated by Curve as needed More... | |
A single event (time-stamped value) for a control
Definition at line 55 of file ControlList.h.
|
inline |
Definition at line 58 of file ControlList.h.
|
inline |
Definition at line 62 of file ControlList.h.
|
inline |
Definition at line 72 of file ControlList.h.
|
inline |
Definition at line 74 of file ControlList.h.
| double* Evoral::ControlEvent::coeff |
double[4] allocated by Curve as needed
Definition at line 83 of file ControlList.h.
| double Evoral::ControlEvent::value |
Definition at line 82 of file ControlList.h.
| Temporal::timepos_t Evoral::ControlEvent::when |
Definition at line 81 of file ControlList.h.