Zrythm
a highly automated and intuitive digital audio workstation
|
Data Fields | |
UndoableAction | parent_instance |
Position | start_pos |
Range positions. | |
Position | end_pos |
RangeActionType | type |
Action type. | |
TimelineSelections * | sel_before |
Selections before the action, starting from objects intersecting with the start position and ending in infinity. | |
TimelineSelections * | sel_after |
Selections after the action. | |
Transport * | transport |
A copy of the transport at the start of the action. | |
bool | first_run |
Whether this is the first run. | |
Definition at line 24 of file range_action.h.
Position RangeAction::end_pos |
Definition at line 30 of file range_action.h.
bool RangeAction::first_run |
Whether this is the first run.
Definition at line 48 of file range_action.h.
UndoableAction RangeAction::parent_instance |
Definition at line 26 of file range_action.h.
TimelineSelections* RangeAction::sel_after |
Selections after the action.
Definition at line 41 of file range_action.h.
TimelineSelections* RangeAction::sel_before |
Selections before the action, starting from objects intersecting with the start position and ending in infinity.
Definition at line 38 of file range_action.h.
Position RangeAction::start_pos |
Range positions.
Definition at line 29 of file range_action.h.
Transport* RangeAction::transport |
A copy of the transport at the start of the action.
Definition at line 45 of file range_action.h.
RangeActionType RangeAction::type |
Action type.
Definition at line 33 of file range_action.h.