ardour
Public Attributes | List of all members
ARDOUR::Transform::Program Struct Reference

#include <transform.h>

Public Attributes

Property prop
 Property to calculate. More...
 
std::list< Operationops
 List of operations. More...
 

Detailed Description

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 127 of file transform.h.

Member Data Documentation

std::list<Operation> ARDOUR::Transform::Program::ops

List of operations.

Definition at line 129 of file transform.h.

Property ARDOUR::Transform::Program::prop

Property to calculate.

Definition at line 128 of file transform.h.


The documentation for this struct was generated from the following file: