Ardour
9.0-pre0-582-g084a23a80d
|
#include <midi_model.h>
Public Attributes | |
NoteDiffCommand::Property | property |
NotePtr | note |
uint32_t | note_id |
Variant | old_value |
Variant | new_value |
Definition at line 134 of file midi_model.h.
Variant ARDOUR::MidiModel::NoteDiffCommand::NoteChange::new_value |
Definition at line 139 of file midi_model.h.
NotePtr ARDOUR::MidiModel::NoteDiffCommand::NoteChange::note |
Definition at line 136 of file midi_model.h.
uint32_t ARDOUR::MidiModel::NoteDiffCommand::NoteChange::note_id |
Definition at line 137 of file midi_model.h.
Variant ARDOUR::MidiModel::NoteDiffCommand::NoteChange::old_value |
Definition at line 138 of file midi_model.h.
NoteDiffCommand::Property ARDOUR::MidiModel::NoteDiffCommand::NoteChange::property |
Definition at line 135 of file midi_model.h.