aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/midi/fluidsynth.c
Commit message (Expand)AuthorAgeFilesLines
* Make the DYNLOAD LoadFSynth function non-inlineChris Robinson2014-08-051-1/+1
* Load fluidsynth dynamically when possibleChris Robinson2014-08-051-2/+107
* Rename some functionsChris Robinson2014-07-061-8/+8
* Store 4 modulators per map entryChris Robinson2014-07-061-16/+17
* Don't set modulators that have no destinationChris Robinson2014-07-051-8/+10
* Fix a couple checksChris Robinson2014-07-051-2/+2
* Set the 'valid' field when we have a valid buffer pointerChris Robinson2014-07-041-3/+1
* Load soundfont samples into an ALbufferChris Robinson2014-06-291-2/+2
* Store and use an ALbuffer for samples in an ALfontsoundChris Robinson2014-06-291-3/+5
* Remove setState from the MidiSynth vtableChris Robinson2014-03-231-6/+0
* Use a void* for the MidiSynth Delete method paramChris Robinson2014-03-221-8/+3
* Slightly shorten a long lineChris Robinson2014-02-021-1/+1
* Rework MIDI clock timingChris Robinson2014-02-021-41/+31
* Rename aftertouch to keypressureChris Robinson2014-01-171-2/+2
* Add a config option to specify the extra MIDI volume scalingChris Robinson2014-01-171-3/+17
* Use a proper struct for envelope propertiesChris Robinson2014-01-171-2/+2
* Handle fontsound sample types using explicit enum valuesChris Robinson2014-01-151-1/+12
* Use ALfontsound_setPropi to set fontsound sample propertiesChris Robinson2014-01-151-1/+12
* Don't reset presets when loading/unloading soundfontsChris Robinson2014-01-131-2/+2
* Use FluidSynth enums when handling generatorsChris Robinson2014-01-131-74/+78
* Load soundfont modulators into FluidSynthChris Robinson2014-01-061-1/+101
* Allow selecting the default soundfont using ID 0Chris Robinson2014-01-031-5/+5
* Force all FluidSynth sounds off when changing soundfontsChris Robinson2013-12-311-1/+6
* Remove some unused MIDI backend methodsChris Robinson2013-12-291-42/+0
* Don't destroy the fluid_sfont_t if any of its samples are still playingChris Robinson2013-12-291-0/+20
* Add the last remaining "real-time" propertiesChris Robinson2013-12-291-0/+6
* Add chorus and reverb send propertiesChris Robinson2013-12-291-0/+2
* Check for negative soundfont indices getting passed to the loaderChris Robinson2013-12-291-1/+1
* Add pan and attenuation propertiesChris Robinson2013-12-291-0/+2
* Add tuning propertiesChris Robinson2013-12-291-0/+3
* Add filter propertiesChris Robinson2013-12-291-0/+4
* Add modulation envelope propertiesChris Robinson2013-12-291-0/+8
* Add a few more pitch propertiesChris Robinson2013-12-291-0/+3
* Add volume envelope propertiesChris Robinson2013-12-291-0/+8
* Add support for the fontsound loop modeChris Robinson2013-12-291-1/+1
* Allow loading multiple soundfonts with FluidSynthChris Robinson2013-12-271-21/+50
* Create a custom fluid_sfloader_t loaderChris Robinson2013-12-271-4/+299
* Add a method to set and get soundfontsChris Robinson2013-12-271-0/+1
* Fix compiling without FluidSynthChris Robinson2013-12-191-5/+4
* Move the base MidiSynth to a separate fileChris Robinson2013-12-171-1/+2
* Move FluidSynth to its own fileChris Robinson2013-12-171-0/+359