aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alFontsound.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the MIDI codeChris Robinson2015-10-201-1014/+0
* Make the fontsound's buffer and link fields atomicChris Robinson2014-09-031-12/+18
* Store 4 modulators per map entryChris Robinson2014-07-061-8/+13
* Make some more functions staticChris Robinson2014-07-051-2/+6
* Use a helper function to check valid MIDI controller inputsChris Robinson2014-07-041-4/+1
* Simplify setting a fontsound linkChris Robinson2014-07-011-10/+6
* Check that a fontsound is NOT null before deleting itChris Robinson2014-07-011-1/+1
* Standardize some New/Delete methodsChris Robinson2014-06-301-9/+16
* Store and use an ALbuffer for samples in an ALfontsoundChris Robinson2014-06-291-0/+27
* Make RefCount a non-integer typeChris Robinson2014-05-141-6/+6
* 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