mirror of
https://github.com/godotengine/godot
synced 2024-11-02 08:18:44 +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> |
||
---|---|---|
.. | ||
alsa | ||
alsamidi | ||
backtrace | ||
coreaudio | ||
coremidi | ||
d3d12 | ||
egl | ||
gl_context | ||
gles3 | ||
png | ||
pulseaudio | ||
unix | ||
vulkan | ||
wasapi | ||
windows | ||
winmidi | ||
xaudio2 | ||
register_driver_types.cpp | ||
register_driver_types.h | ||
SCsub |