Skip to content

OSX 64bit - MIDIServices.pas - MIDIPacket && MIDIPacketList pack record fix

Kirill Kranz requested to merge (removed):key-real-midi-patch into main

I'm writing a program which uses midi under macOS 64bit.

MIDIServices.pas: I the struct MIDIPacket and MIDIPacketList should be packet with 4. It is what the official Documentation tells us. With this setup it works on my AArch64 Mac.

See #35750 (closed)

Merge request reports