Ardour
9.0-pre0-582-g084a23a80d
|
#include <transform.h>
Public Attributes | |
Property | prop |
Property to calculate. More... | |
std::list< Operation > | ops |
List of operations. More... | |
A transformation program.
A program is a list of operations to calculate the target property's final value. The first operation must be a PUSH to seed the stack.
Definition at line 126 of file transform.h.
std::list<Operation> ARDOUR::Transform::Program::ops |
List of operations.
Definition at line 128 of file transform.h.
Property ARDOUR::Transform::Program::prop |
Property to calculate.
Definition at line 127 of file transform.h.