|
Zrythm
a highly automated and intuitive digital audio workstation
|

Data Fields | |
| UndoableAction | parent_instance |
| PortConnectionActionType | type |
| PortConnection * | connection |
| float | val |
| Value before/after the change. | |
Definition at line 25 of file port_connection_action.h.
| PortConnection* PortConnectionAction::connection |
Definition at line 31 of file port_connection_action.h.
| UndoableAction PortConnectionAction::parent_instance |
Definition at line 27 of file port_connection_action.h.
| PortConnectionActionType PortConnectionAction::type |
Definition at line 29 of file port_connection_action.h.
| float PortConnectionAction::val |
Value before/after the change.
To be swapped on undo/redo.
Definition at line 38 of file port_connection_action.h.