Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't force MMA bank selection mode | Chris Robinson | 2013-11-29 | 1 | -1/+0 |
* | Combine duplicate soundfont loading code | Chris Robinson | 2013-11-28 | 1 | -15/+11 |
* | Remove an unneeded MidiSynth field | Chris Robinson | 2013-11-28 | 1 | -10/+7 |
* | Add a method to stop MIDI playback | Chris Robinson | 2013-11-28 | 1 | -0/+50 |
* | Move MidiSynth locking out of the setState method | Chris Robinson | 2013-11-28 | 1 | -11/+11 |
* | Fix building without FluidSynth | Chris Robinson | 2013-11-28 | 1 | -18/+20 |
* | Add a config option for specifying the default MIDI soundfont | Chris Robinson | 2013-11-28 | 1 | -2/+2 |
* | Be a bit safer with MIDI state changes | Chris Robinson | 2013-11-28 | 1 | -30/+24 |
* | Add a method to load a soundfont | Chris Robinson | 2013-11-28 | 1 | -7/+67 |
* | Add an option for FLuidSynth to handle MIDI | Chris Robinson | 2013-11-28 | 1 | -5/+237 |
* | Start a MIDI interface extension | Chris Robinson | 2013-11-28 | 1 | -0/+61 |
* | Cleanups for MidiSynth | Chris Robinson | 2013-11-27 | 1 | -8/+3 |
* | Add a MidiSynth interface for devices | Chris Robinson | 2013-11-27 | 1 | -0/+96 |
* | Add a base MidiSynth struct | Chris Robinson | 2013-11-27 | 1 | -0/+97 |
* | Add a MIDI event queue | Chris Robinson | 2013-11-27 | 1 | -0/+84 |