|
Zrythm
a highly automated and intuitive digital audio workstation
|

Data Fields | |
| UndoableAction | parent_instance |
| PortActionType | type |
| PortIdentifier | port_id |
| float | val |
| Real (not normalized) value before/after the change. | |
Definition at line 22 of file port_action.h.
| UndoableAction PortAction::parent_instance |
Definition at line 24 of file port_action.h.
| PortIdentifier PortAction::port_id |
Definition at line 28 of file port_action.h.
| PortActionType PortAction::type |
Definition at line 26 of file port_action.h.
| float PortAction::val |
Real (not normalized) value before/after the change.
To be swapped on undo/redo.
Definition at line 36 of file port_action.h.