summaryrefslogtreecommitdiffstats
path: root/drivers/coremidi
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-272-4/+4
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-112-0/+4
* Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-2/+2
* SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* Move MIDI parsing up from ALSA driver to platform independent driver.Ibrahn Sahir2024-06-252-38/+62
* Add MIDI controller device index to InputEventMIDI.device property.Fernando Cosentino2024-02-191-2/+3
* Style: Harmonize header includes in platform portsRémi Verschelde2023-06-081-2/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-052-58/+58
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-3/+4
* [macOS / iOS] Fix text-to-speech build with older macOS / iOS SDK.bruvzg2022-05-102-3/+3
* Update copyright statements to 2022Rémi Verschelde2022-01-032-4/+4
* Update copyright statements to 2021Rémi Verschelde2021-01-012-4/+4
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-072-2/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-142-5/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-142-4/+2
* Replace NULL with nullptrlupoDharkael2020-04-021-3/+3
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-301-1/+1
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-182-3/+3
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-2/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-012-4/+4
* Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` f...bruvzg2019-10-241-1/+1
* Drivers, main, servers: Ensure classes match their header filenameRémi Verschelde2019-02-122-8/+8
* Update copyright statements to 2019Rémi Verschelde2019-01-012-4/+4
* Moved member variables to initializer listWilson E. Alvarez2018-12-111-4/+2
* Fix CoreMidi warningsMarcelo Fernandez2018-10-041-3/+3
* SCons: Build thirdparty code in own env, disable warningsRémi Verschelde2018-09-281-2/+0
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-122-5/+5
* Add OS::open_midi_inputs and OS::close_midi_inputsMarcelo Fernandez2018-08-042-0/+21
* Added a new MIDIDriver classMarcelo Fernandez2018-07-213-0/+174