Work in progress

This commit is contained in:
2023-06-10 21:31:50 +02:00
parent bd597b97b6
commit b740cfa4b6
11 changed files with 1053 additions and 255 deletions

View File

@@ -27,6 +27,8 @@ struct MidiMessage
bool operator==(const MidiMessage &other) const;
};
static_assert(sizeof(MidiMessage) == 3);
} // namespace midi
Q_DECLARE_METATYPE(midi::Command)