summaryrefslogtreecommitdiffstats
path: root/core/os/midi_driver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Move MIDI parsing up from ALSA driver to platform independent driver.Ibrahn Sahir2024-06-251-60/+139
* Add MIDI controller device index to InputEventMIDI.device property.Fernando Cosentino2024-02-191-1/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix MIDI note-on events being converted to note-off eventsvoidshine2022-10-111-5/+0
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-1/+0
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Use "enum class" for input enumsAaron Franke2021-11-121-9/+9
* Use mouse and joypad enums instead of plain integersAaron Franke2021-06-201-3/+5
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-5/+0
* Rename InputFilter back to InputRémi Verschelde2020-04-281-2/+2
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* Refactored input, goes all via windows now.Juan Linietsky2020-03-261-2/+2
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-261-2/+2
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-2/+2
* ALSA MIDI driver:Ovnuniarchos2020-01-221-1/+6
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* fixed set pitch bend value and implemented midi running statusあるる / きのもと 結衣2019-12-031-16/+32
* Fix MIDI Note Off missing on some devicesMarcelo Fernandez2019-03-181-0/+5
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Added a new MIDIDriver classMarcelo Fernandez2018-07-211-0/+107