ardour
Public Member Functions | Public Attributes | List of all members
ARDOUR::MidiModel::PatchChangeDiffCommand::Change Struct Reference

Public Member Functions

 Change ()
 

Public Attributes

PatchChangePtr patch
 
Property property
 
gint patch_id
 
TimeType old_time
 
union {
   uint8_t   old_channel
 
   int   old_bank
 
   uint8_t   old_program
 
}; 
 
TimeType new_time
 
union {
   uint8_t   new_channel
 
   uint8_t   new_program
 
   int   new_bank
 
}; 
 

Detailed Description

Definition at line 220 of file midi_model.h.

Constructor & Destructor Documentation

ARDOUR::MidiModel::PatchChangeDiffCommand::Change::Change ( )
inline

Definition at line 237 of file midi_model.h.

Member Data Documentation

union { ... }
union { ... }
int ARDOUR::MidiModel::PatchChangeDiffCommand::Change::new_bank

Definition at line 234 of file midi_model.h.

uint8_t ARDOUR::MidiModel::PatchChangeDiffCommand::Change::new_channel

Definition at line 232 of file midi_model.h.

uint8_t ARDOUR::MidiModel::PatchChangeDiffCommand::Change::new_program

Definition at line 233 of file midi_model.h.

TimeType ARDOUR::MidiModel::PatchChangeDiffCommand::Change::new_time

Definition at line 230 of file midi_model.h.

int ARDOUR::MidiModel::PatchChangeDiffCommand::Change::old_bank

Definition at line 227 of file midi_model.h.

uint8_t ARDOUR::MidiModel::PatchChangeDiffCommand::Change::old_channel

Definition at line 226 of file midi_model.h.

uint8_t ARDOUR::MidiModel::PatchChangeDiffCommand::Change::old_program

Definition at line 228 of file midi_model.h.

TimeType ARDOUR::MidiModel::PatchChangeDiffCommand::Change::old_time

Definition at line 224 of file midi_model.h.

PatchChangePtr ARDOUR::MidiModel::PatchChangeDiffCommand::Change::patch

Definition at line 221 of file midi_model.h.

gint ARDOUR::MidiModel::PatchChangeDiffCommand::Change::patch_id

Definition at line 223 of file midi_model.h.

Property ARDOUR::MidiModel::PatchChangeDiffCommand::Change::property

Definition at line 222 of file midi_model.h.


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