aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/evtqueue.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove the MIDI codeChris Robinson2015-10-201-31/+0
| | | | | | | The extension's not going anywhere, and it can't do anything fluidsynth can't. The code maintenance and bloat is not worth keeping around, and ideally the AL API would be able to facilitate MIDI-like behavior anyway (envelopes, start-at- time, etc).
* Add infrastructure for handling SysEx MIDI eventsChris Robinson2013-11-291-1/+7
|
* Use a 64-bit uint for MIDI event timesChris Robinson2013-11-271-2/+4
|
* Add a MIDI event queueChris Robinson2013-11-271-0/+23
In preparation for a MIDI extension.