Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the MIDI code | Chris Robinson | 2015-10-20 | 1 | -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 events | Chris Robinson | 2013-11-29 | 1 | -1/+7 |
| | |||||
* | Use a 64-bit uint for MIDI event times | Chris Robinson | 2013-11-27 | 1 | -2/+4 |
| | |||||
* | Add a MIDI event queue | Chris Robinson | 2013-11-27 | 1 | -0/+23 |
In preparation for a MIDI extension. |