Zrythm
a highly automated and intuitive digital audio workstation
|
Action for chord pad changes. More...
#include <actions/chord_action.h>
Data Fields | |
UndoableAction | parent_instance |
ChordActionType | type |
ChordDescriptor * | chord_before |
ChordDescriptor * | chord_after |
int | chord_idx |
ChordDescriptor ** | chords_before |
Chords before the change. | |
ChordDescriptor ** | chords_after |
Chords after the change. | |
Action for chord pad changes.
Definition at line 34 of file chord_action.h.
ChordDescriptor* ChordAction::chord_after |
Definition at line 41 of file chord_action.h.
ChordDescriptor* ChordAction::chord_before |
Definition at line 40 of file chord_action.h.
int ChordAction::chord_idx |
Definition at line 42 of file chord_action.h.
ChordDescriptor** ChordAction::chords_after |
Chords after the change.
Definition at line 48 of file chord_action.h.
ChordDescriptor** ChordAction::chords_before |
Chords before the change.
Definition at line 45 of file chord_action.h.
UndoableAction ChordAction::parent_instance |
Definition at line 36 of file chord_action.h.
ChordActionType ChordAction::type |
Definition at line 38 of file chord_action.h.