aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
Commit message (Expand)AuthorAgeFilesLines
* Add a method to set and get soundfontsChris Robinson2013-12-273-8/+92
* Allow specifying all 4 sample typesChris Robinson2013-12-271-1/+1
* Allow specifying some fontsound sample propertiesChris Robinson2013-12-262-1/+113
* Remove the generator listChris Robinson2013-12-261-14/+5
* Allow specifying key and velocity ranges on fontsoundsChris Robinson2013-12-262-0/+136
* Add methods to set and get sounds on a presetChris Robinson2013-12-252-0/+66
* Store a list of sounds in the presetChris Robinson2013-12-251-0/+2
* Remove the zone, sample, and instrument object typesChris Robinson2013-12-253-208/+0
* Add methods to add generators and modulators to fontsoundsChris Robinson2013-12-251-0/+2
* Add a new fontsound object typeChris Robinson2013-12-253-0/+184
* Do not allow deleting preset or instrument ID 0Chris Robinson2013-12-242-6/+0
* Allow querying the soundfont sample length and format typeChris Robinson2013-12-242-0/+9
* Do not accept preset or instrument ID 0 as validChris Robinson2013-12-232-4/+2
* Unlock the soundfont earlier after switching preset listsChris Robinson2013-12-231-2/+1
* Add methods to get and set presets on a soundfontChris Robinson2013-12-232-2/+101
* Add methods to get and set a preset object's preset and bank numbersChris Robinson2013-12-233-2/+111
* Free thunk entry in the object destructorChris Robinson2013-12-203-9/+0
* Better protect against improper alSoundfontSamplesSOFT callsChris Robinson2013-12-202-9/+21
* Add functions to set a soundfont's sample dataChris Robinson2013-12-193-1/+89
* Allow creating instrument objectsChris Robinson2013-12-193-0/+158
* Call the right delete method when generating presets failsChris Robinson2013-12-191-2/+2
* Rename some ALsoundfont fieldsChris Robinson2013-12-191-2/+2
* Move the soundfont and preset extension functions to separate sourcesChris Robinson2013-12-193-253/+282
* Add methods to create and destroy presetsChris Robinson2013-12-193-0/+142
* Properly initialize and cleanup the soundfont mapChris Robinson2013-12-182-0/+22
* Make alIsSoundfontSOFT check soundfont IDsChris Robinson2013-12-182-7/+6
* Add a new ALsoundfont object typeChris Robinson2013-12-183-0/+205
* Fix header guard and remove duplicate codeChris Robinson2013-12-181-98/+0
* Move the base MidiSynth to a separate fileChris Robinson2013-12-172-232/+3
* Move the dummy MIDI handler to a separate fileChris Robinson2013-12-172-118/+1
* Move FluidSynth to its own fileChris Robinson2013-12-172-334/+15
* Make MidiSynth's methods non-staticChris Robinson2013-12-172-51/+33
* Render some MIDI samples even when stoppedChris Robinson2013-12-151-3/+4
* Use macros for MIDI controller valuesChris Robinson2013-12-151-3/+9
* Don't explicitly set reverb or chorusChris Robinson2013-12-131-2/+0
* Add a alMidiResetSOFT method to reset the synthChris Robinson2013-12-132-7/+27
* Update behavior for alMidiStopSOFTChris Robinson2013-12-132-3/+44
* Fix retrieving source propertiesChris Robinson2013-12-091-6/+6
* Fix leak if inserting a sysex event failsChris Robinson2013-12-081-5/+7
* Simplify dummy synth processing loopChris Robinson2013-12-011-27/+15
* Minor comment updateChris Robinson2013-12-011-1/+1
* Use a method to get the default soundfont filenameChris Robinson2013-12-011-17/+19
* Add methods to set and get the MIDI gainChris Robinson2013-11-304-0/+62
* Add a method to check if a file is a soundfontChris Robinson2013-11-303-15/+91
* Add a workaround for allowing GM2 bank selection with a GM2 On SysExChris Robinson2013-11-291-1/+34
* Add a method to specifying MIDI SysEx messagesChris Robinson2013-11-292-0/+59
* Add infrastructure for handling SysEx MIDI eventsChris Robinson2013-11-291-21/+37
* Don't force MMA bank selection modeChris Robinson2013-11-291-1/+0
* Combine duplicate soundfont loading codeChris Robinson2013-11-281-15/+11
* Remove an unneeded MidiSynth fieldChris Robinson2013-11-282-11/+7