summaryrefslogtreecommitdiffstats
path: root/core/os/midi_driver.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix MIDI Note Off missing on some devicesMarcelo Fernandez2019-03-181-0/+5
|
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
| | | | | | This allows more consistency in the manner we include core headers, where previously there would be a mix of absolute, relative and include path-dependent includes.
* Added a new MIDIDriver classMarcelo Fernandez2018-07-211-0/+107