summaryrefslogtreecommitdiffstats
path: root/drivers/alsamidi
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-272-4/+4
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-112-0/+4
* 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-176/+42
* Add MIDI controller device index to InputEventMIDI.device property.Fernando Cosentino2024-02-192-9/+9
* Fix wait for thread not startedSamuele Panzeri2023-04-271-1/+3
* [Linux] Make SO wrapper usage optional.bruvzg2023-02-161-0/+5
* One Copyright Update to rule them allRémi Verschelde2023-01-052-58/+58
* Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-1/+1
* Fix MIDI input with ALSA.Ibrahn Sahir2022-10-172-68/+154
* Make audio thread control flags safePedro J. Estébanez2022-08-192-5/+6
* Fix some issues found by cppcheck.bruvzg2022-04-061-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-032-4/+4
* Don't clobber original library symbolsHein-Pieter van Braam-Stewart2021-02-181-1/+1
* Modernize ThreadPedro J. Estébanez2021-01-292-11/+4
* Update copyright statements to 2021Rémi Verschelde2021-01-012-4/+4
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-072-2/+2
* Ensure header guards enclose entire header.Marcel Admiraal2020-09-031-3/+4
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-2/+4
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-142-8/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-6/+6
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-301-1/+1
* Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-262-12/+3
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-182-3/+3
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-1/+1
* ALSA MIDI driver:Ovnuniarchos2020-01-221-1/+22
* Alsa MIDI input thread gets properly reinitialized on open.Ovnuniarchos2020-01-181-0/+1
* 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-8/+9
* Added a new MIDIDriver classMarcelo Fernandez2018-07-213-0/+278