This repository was archived by the owner on Apr 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
UMP Message Create
Andrew Mee edited this page Sep 5, 2021
·
2 revisions
MIDI 2.0 Channel voice messages use the UMP64
struct. this is defined as:
struct UMP64{
uint32_t UMP[2];
};