Fix saving patch-change channel undo/redo commands

This commit is contained in:
Robin Gareus
2023-09-26 05:30:00 +02:00
parent 3c5ea74aca
commit 245aac887b

View File

@@ -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);