Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the MIDI code | Chris Robinson | 2015-10-20 | 1 | -139/+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). | ||||
* | Use NEW_OBJ in a few more places | Chris Robinson | 2015-10-20 | 1 | -2/+1 |
| | |||||
* | Allow for device-specific config values | Chris Robinson | 2015-08-28 | 1 | -1/+1 |
| | |||||
* | Properly handle a mono output buffer with the MIDI synths | Chris Robinson | 2015-02-09 | 1 | -6/+6 |
| | |||||
* | Use the UNUSED macro instead of a void cast | Chris Robinson | 2014-07-19 | 1 | -2/+1 |
| | |||||
* | Remove setState from the MidiSynth vtable | Chris Robinson | 2014-03-23 | 1 | -1/+0 |
| | |||||
* | Add a stub 'soft' MIDI synth handler | Chris Robinson | 2014-03-22 | 1 | -0/+142 |
Eventually this one will be used to handle MIDI internally, using our own mixers and resamplers. |