|
Zrythm
a highly automated and intuitive digital audio workstation
|
#include <actions/transport_action.h>

Data Fields | |
| UndoableAction | parent_instance |
| TransportActionType | type |
| bpm_t | bpm_before |
| bpm_t | bpm_after |
| int | int_before |
| int | int_after |
| bool | already_done |
| Flag whether the action was already performed the first time. | |
| bool | musical_mode |
| Whether musical mode was enabled when this action was made. | |
Transport action.
Definition at line 34 of file transport_action.h.
| bool TransportAction::already_done |
Flag whether the action was already performed the first time.
Definition at line 48 of file transport_action.h.
| bpm_t TransportAction::bpm_after |
Definition at line 41 of file transport_action.h.
| bpm_t TransportAction::bpm_before |
Definition at line 40 of file transport_action.h.
| int TransportAction::int_after |
Definition at line 44 of file transport_action.h.
| int TransportAction::int_before |
Definition at line 43 of file transport_action.h.
| bool TransportAction::musical_mode |
Whether musical mode was enabled when this action was made.
Definition at line 52 of file transport_action.h.
| UndoableAction TransportAction::parent_instance |
Definition at line 36 of file transport_action.h.
| TransportActionType TransportAction::type |
Definition at line 38 of file transport_action.h.