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

Action for chord pad changes. More...

#include <actions/chord_action.h>

Collaboration diagram for ChordAction:

Data Fields

UndoableAction parent_instance
 
ChordActionType type
 
ChordDescriptorchord_before
 
ChordDescriptorchord_after
 
int chord_idx
 
ChordDescriptor ** chords_before
 Chords before the change.
 
ChordDescriptor ** chords_after
 Chords after the change.
 

Detailed Description

Action for chord pad changes.

Definition at line 39 of file chord_action.h.

Field Documentation

◆ chord_after

ChordDescriptor* ChordAction::chord_after

Definition at line 46 of file chord_action.h.

◆ chord_before

ChordDescriptor* ChordAction::chord_before

Definition at line 45 of file chord_action.h.

◆ chord_idx

int ChordAction::chord_idx

Definition at line 47 of file chord_action.h.

◆ chords_after

ChordDescriptor** ChordAction::chords_after

Chords after the change.

Definition at line 53 of file chord_action.h.

◆ chords_before

ChordDescriptor** ChordAction::chords_before

Chords before the change.

Definition at line 50 of file chord_action.h.

◆ parent_instance

UndoableAction ChordAction::parent_instance

Definition at line 41 of file chord_action.h.

◆ type

ChordActionType ChordAction::type

Definition at line 43 of file chord_action.h.


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