aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/midi/sf2load.c
Commit message (Expand)AuthorAgeFilesLines
* Handle fontsound sample types using explicit enum valuesChris Robinson2014-01-151-12/+29
* Use ALfontsound_setPropi to set fontsound sample propertiesChris Robinson2014-01-151-12/+18
* Be more thorough when converting sf2 modulator propertiesChris Robinson2014-01-131-30/+58
* Don't break with an override root key generator value of -1Chris Robinson2014-01-061-1/+1
* Add methods to get and set modulator properties on fontsoundsChris Robinson2014-01-051-1/+52
* Trace preset, instrument, and sample names with invalid key and velocity rangesChris Robinson2014-01-041-8/+8
* Don't create presets that don't have any usable soundsChris Robinson2014-01-041-6/+5
* Update some trace messages to be more usefulChris Robinson2014-01-031-4/+5
* 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