Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
TransportAction Struct Reference

Transport action. More...

#include <actions/transport_action.h>

Collaboration diagram for TransportAction:

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.
 

Detailed Description

Transport action.

Definition at line 42 of file transport_action.h.

Field Documentation

◆ already_done

bool TransportAction::already_done

Flag whether the action was already performed the first time.

Definition at line 56 of file transport_action.h.

◆ bpm_after

bpm_t TransportAction::bpm_after

Definition at line 49 of file transport_action.h.

◆ bpm_before

bpm_t TransportAction::bpm_before

Definition at line 48 of file transport_action.h.

◆ int_after

int TransportAction::int_after

Definition at line 52 of file transport_action.h.

◆ int_before

int TransportAction::int_before

Definition at line 51 of file transport_action.h.

◆ musical_mode

bool TransportAction::musical_mode

Whether musical mode was enabled when this action was made.

Definition at line 60 of file transport_action.h.

◆ parent_instance

UndoableAction TransportAction::parent_instance

Definition at line 44 of file transport_action.h.

◆ type

TransportActionType TransportAction::type

Definition at line 46 of file transport_action.h.


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