aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/midi/sf2load.c
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid using alFontsoundiSOFT when loading a soundfontChris Robinson2014-01-031-3/+3
* Don't handle the list type in the RiffHdr structChris Robinson2014-01-031-20/+11
* Mostly load into fontsound objects directlyChris Robinson2014-01-021-155/+82
* Load presets directly into objectsChris Robinson2014-01-021-34/+45
* Update the soundfont preset count after loading a soundfontChris Robinson2014-01-021-0/+1
* Don't allow soundfonts with existing presets in alLoadSoundfontSOFTChris Robinson2014-01-011-21/+11
* Pass the ALsoundfont object to loadSf2, rather than its IDChris Robinson2014-01-011-21/+51
* Add the last remaining "real-time" propertiesChris Robinson2013-12-291-6/+6
* Add chorus and reverb send propertiesChris Robinson2013-12-291-2/+4
* Add pan and attenuation propertiesChris Robinson2013-12-291-6/+9
* Add tuning propertiesChris Robinson2013-12-291-3/+3
* Add filter propertiesChris Robinson2013-12-291-5/+7
* Add modulation envelope propertiesChris Robinson2013-12-291-8/+8
* Add a few more pitch propertiesChris Robinson2013-12-291-3/+3
* Add volume envelope propertiesChris Robinson2013-12-291-8/+8
* 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-291-3/+6
* Ensure the soundfont version is 2.xChris Robinson2013-12-281-2/+28
* Add alLoadSoundfontSOFT to load a soundfont via callbackChris Robinson2013-12-281-0/+1283