aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a method to set and get soundfontsChris Robinson2013-12-278-8/+145
* 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-262-63/+16
* Allow specifying key and velocity ranges on fontsoundsChris Robinson2013-12-263-0/+140
* Add methods to set and get sounds on a presetChris Robinson2013-12-253-0/+67
* Store a list of sounds in the presetChris Robinson2013-12-252-0/+11
* Remove the zone, sample, and instrument object typesChris Robinson2013-12-256-413/+0
* Add methods to add generators and modulators to fontsoundsChris Robinson2013-12-252-0/+73
* Add a new fontsound object typeChris Robinson2013-12-256-0/+245
* 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-233-2/+103
* Add methods to get and set a preset object's preset and bank numbersChris Robinson2013-12-235-2/+117
* Make sure key and velocity ranges are the first two generatorsChris Robinson2013-12-211-0/+28
* Free thunk entry in the object destructorChris Robinson2013-12-204-9/+4
* Better protect against improper alSoundfontSamplesSOFT callsChris Robinson2013-12-203-9/+22
* Use a different autowah filter rangeChris Robinson2013-12-201-1/+1
* Add functions to set a soundfont's sample dataChris Robinson2013-12-195-1/+94
* Fix compiling without FluidSynthChris Robinson2013-12-191-5/+4
* Allow creating instrument objectsChris Robinson2013-12-195-0/+172
* Call the right delete method when generating presets failsChris Robinson2013-12-191-2/+2
* Rename some ALsoundfont fieldsChris Robinson2013-12-192-7/+7
* Move the soundfont and preset extension functions to separate sourcesChris Robinson2013-12-194-253/+284
* Add methods to create and destroy presetsChris Robinson2013-12-194-0/+155
* Properly initialize and cleanup the soundfont mapChris Robinson2013-12-183-0/+33
* Make alIsSoundfontSOFT check soundfont IDsChris Robinson2013-12-182-7/+6
* Add a new ALsoundfont object typeChris Robinson2013-12-185-66/+485
* Fix header guard and remove duplicate codeChris Robinson2013-12-182-101/+3
* Add an option to use the HRTF time delay measured from the datasetChris Robinson2013-12-181-13/+82
* Move the base MidiSynth to a separate fileChris Robinson2013-12-179-236/+364
* Move the dummy MIDI handler to a separate fileChris Robinson2013-12-174-118/+134
* Move FluidSynth to its own fileChris Robinson2013-12-174-335/+380
* Make MidiSynth's methods non-staticChris Robinson2013-12-172-51/+33
* Update the midi soundfont config optionChris Robinson2013-12-161-2/+2
* 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-133-7/+28
* 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
* Fix numeric constant type (double->float)Chris Robinson2013-12-081-2/+2
* Rename pthread wrappers used for Windows to althreadChris Robinson2013-12-063-33/+47
* 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-305-0/+63