summaryrefslogtreecommitdiffstats
path: root/drivers/winmidi
Commit message (Expand)AuthorAgeFilesLines
* Add MIDI controller device index to InputEventMIDI.device property.Fernando Cosentino2024-02-191-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
* Update copyright statements to 2022Rémi Verschelde2022-01-032-4/+4
* Add missing WIN32_LEAN_AND_MEANBartłomiej T. Listwon2021-09-231-0/+1
* 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-6/+0
* 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
* 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
* 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-4/+5
* Add OS::open_midi_inputs and OS::close_midi_inputsMarcelo Fernandez2018-08-041-0/+6
* Added a new MIDIDriver classMarcelo Fernandez2018-07-213-0/+169