aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alFontsound.c
Commit message (Expand)AuthorAgeFilesLines
* Rename aftertouch to keypressureChris Robinson2014-01-171-1/+1
* Use a proper struct for envelope propertiesChris Robinson2014-01-171-6/+6
* Handle fontsound sample types using explicit enum valuesChris Robinson2014-01-151-2/+2
* Minor non-functional cleanupChris Robinson2014-01-121-5/+5
* Add methods to get and set modulator properties on fontsoundsChris Robinson2014-01-051-0/+185
* Don't allow min key/vel ranges to exceed max rangeChris Robinson2014-01-031-2/+2
* Add storage for a default soundfont objectChris Robinson2014-01-031-2/+2
* Avoid using alFontsoundiSOFT when loading a soundfontChris Robinson2014-01-031-201/+208
* Use a uint map for modulatorsChris Robinson2014-01-021-7/+9
* Mostly load into fontsound objects directlyChris Robinson2014-01-021-21/+126
* Add the last remaining "real-time" propertiesChris Robinson2013-12-291-0/+50
* Add chorus and reverb send propertiesChris Robinson2013-12-291-0/+22
* Add pan and attenuation propertiesChris Robinson2013-12-291-0/+20
* Add tuning propertiesChris Robinson2013-12-291-12/+37
* Add filter propertiesChris Robinson2013-12-291-0/+38
* Add modulation envelope propertiesChris Robinson2013-12-291-14/+58
* Add a few more pitch propertiesChris Robinson2013-12-291-0/+27
* Add volume envelope propertiesChris Robinson2013-12-291-0/+72
* Add support for the fontsound loop modeChris Robinson2013-12-291-0/+12
* Allow specifying all 4 sample typesChris Robinson2013-12-271-1/+1
* Allow specifying some fontsound sample propertiesChris Robinson2013-12-261-1/+104
* Allow specifying key and velocity ranges on fontsoundsChris Robinson2013-12-261-0/+126
* Add a new fontsound object typeChris Robinson2013-12-251-0/+134