1
0
mirror of https://github.com/godotengine/godot synced 2024-07-05 17:03:36 +00:00
godot/drivers/alsamidi
Fernando Cosentino b9fd25ea18 Add MIDI controller device index to InputEventMIDI.device property.
It is possible to query the OS for the connected MIDI controllers,
but the event messages' device field was not being used. This implements
controller index being sent in InputEventMIDI messages in the device
property, matching the index from OS.get_connected_midi_inputs().

Based on the work done by @ramdor.

Closes godotengine/godot-proposals#7733

Co-authored-by: Richie <richie_github@grange-lane.co.uk>
2024-02-19 10:23:19 +00:00
..
midi_driver_alsamidi.cpp Add MIDI controller device index to InputEventMIDI.device property. 2024-02-19 10:23:19 +00:00
midi_driver_alsamidi.h Add MIDI controller device index to InputEventMIDI.device property. 2024-02-19 10:23:19 +00:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00