mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Fix saving patch-change channel undo/redo commands
This commit is contained in:
parent
3c5ea74aca
commit
245aac887b
1 changed files with 1 additions and 0 deletions
|
|
@ -746,6 +746,7 @@ setup_enum_writer ()
|
|||
REGISTER_CLASS_ENUM (MidiModel::PatchChangeDiffCommand, Time);
|
||||
REGISTER_CLASS_ENUM (MidiModel::PatchChangeDiffCommand, Program);
|
||||
REGISTER_CLASS_ENUM (MidiModel::PatchChangeDiffCommand, Bank);
|
||||
REGISTER_CLASS_ENUM (MidiModel::PatchChangeDiffCommand, Channel);
|
||||
REGISTER (_MidiModel_PatchChangeDiffCommand_Property);
|
||||
|
||||
REGISTER_ENUM(MidiPortMusic);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue