March 4, 2024
10:15 a.m.
It feels a bit weird storing and playing MIDI control events directly in seqtrack. I originally thought they were stored as curve items, but curve items would generate `DMUS_CURVE_PMSG`, but these MIDI control events are played verbatim as `DMUS_MIDI_PMSG`. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5221