mirror of
https://github.com/godotengine/godot
synced 2024-11-02 08:53:46 +00:00
607c5ec49f
Aims for more consistent MIDI support across Windows, MacOS, Linux and to provide a base for adding MIDI drivers for other platforms. Reworks the MIDIDriverALSAMidi MIDI parsing implementation as a platform independent version in MIDIDriver::Parser. Uses MIDIDriver::Parser to provide running status support in MacOS MIDIDriverCoreMidi. Collects connected input names at open, ensuring devices indices reported in events match names in array returned from get_connected_inputs. Fixes #77035. Fixes #79811. With code review changes by: A Thousand Ships (she/her) <96648715+AThousandShips@users.noreply.github.com> |
||
---|---|---|
.. | ||
midi_driver_coremidi.cpp | ||
midi_driver_coremidi.h | ||
SCsub |