aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/midi
Commit message (Expand)AuthorAgeFilesLines
...
* 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-293-8/+23
* Add chorus and reverb send propertiesChris Robinson2013-12-293-2/+9
* Check for negative soundfont indices getting passed to the loaderChris Robinson2013-12-291-1/+1
* Add pan and attenuation propertiesChris Robinson2013-12-293-6/+15
* Add tuning propertiesChris Robinson2013-12-293-4/+13
* Add filter propertiesChris Robinson2013-12-293-5/+16
* Add modulation envelope propertiesChris Robinson2013-12-293-8/+25
* Add a few more pitch propertiesChris Robinson2013-12-293-3/+10
* Add volume envelope propertiesChris Robinson2013-12-293-8/+25
* Fix copy-paste errors in error messagesChris Robinson2013-12-291-2/+2
* Accumulate with default modulator amountsChris Robinson2013-12-291-0/+20
* Add support for the fontsound loop modeChris Robinson2013-12-293-4/+8
* Ensure the soundfont version is 2.xChris Robinson2013-12-281-2/+28
* Add alLoadSoundfontSOFT to load a soundfont via callbackChris Robinson2013-12-282-0/+1295
* 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-274-0/+52
* Remove the generator listChris Robinson2013-12-261-49/+11
* Store a list of sounds in the presetChris Robinson2013-12-251-0/+9
* Remove the zone, sample, and instrument object typesChris Robinson2013-12-251-191/+0
* Add methods to add generators and modulators to fontsoundsChris Robinson2013-12-251-0/+71
* Add a new fontsound object typeChris Robinson2013-12-251-0/+47
* Add methods to get and set a preset object's preset and bank numbersChris Robinson2013-12-231-0/+3
* Make sure key and velocity ranges are the first two generatorsChris Robinson2013-12-211-0/+28
* Free thunk entry in the object destructorChris Robinson2013-12-201-0/+4
* Better protect against improper alSoundfontSamplesSOFT callsChris Robinson2013-12-201-0/+1
* Add functions to set a soundfont's sample dataChris Robinson2013-12-191-0/+2
* Fix compiling without FluidSynthChris Robinson2013-12-191-5/+4
* Rename some ALsoundfont fieldsChris Robinson2013-12-191-5/+5
* Add a new ALsoundfont object typeChris Robinson2013-12-181-66/+278
* Fix header guard and remove duplicate codeChris Robinson2013-12-181-3/+3
* Move the base MidiSynth to a separate fileChris Robinson2013-12-174-2/+357
* Move the dummy MIDI handler to a separate fileChris Robinson2013-12-171-0/+132
* Move FluidSynth to its own fileChris Robinson2013-12-171-0/+359