aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
Commit message (Expand)AuthorAgeFilesLines
* Simplify some vector size range checksChris Robinson2014-08-102-17/+19
* Give NULL for null-vector iteratorsChris Robinson2014-08-102-3/+5
* Pass pointer-to-vector types as char* instead of void*Chris Robinson2014-08-102-17/+16
* Use VECTOR_FIND_IF and VECTOR_FOR_EACH instead of manual loopsChris Robinson2014-08-094-106/+57
* Use the default input device for portaudio's default capture deviceChris Robinson2014-08-081-1/+4
* Disable the autowah effectChris Robinson2014-08-061-0/+4
* Make the DYNLOAD LoadFSynth function non-inlineChris Robinson2014-08-051-1/+1
* Load fluidsynth dynamically when possibleChris Robinson2014-08-051-2/+107
* Use an ATOMIC_INIT macro instead of ATOMIC_LOAD_UNSAFEChris Robinson2014-08-031-9/+9
* Use atomics for the device and context list headsChris Robinson2014-08-012-61/+98
* Make the source's buffer queue head and current queue item atomicChris Robinson2014-07-312-16/+17
* Rename ATOMIC_COMPARE_EXCHANGE to ATOMIC_COMPARE_EXCHANGE_STRONGChris Robinson2014-07-311-1/+1
* Use pulseaudio's write callback to signal a mixer proc wakeupChris Robinson2014-07-261-3/+11
* Explicitly pass the address of atomics and parameters that can be modifiedChris Robinson2014-07-262-22/+22
* Support C11 atomicsChris Robinson2014-07-231-1/+3
* Use generic atomics in more placesChris Robinson2014-07-222-25/+20
* Add macros for generic atomic functionalityChris Robinson2014-07-222-6/+6
* Check the current directory first for data filesChris Robinson2014-07-211-2/+16
* Use the UNUSED macro instead of a void castChris Robinson2014-07-191-2/+1
* Stop trying to read samples if there was an errorChris Robinson2014-07-191-1/+1
* Trace when a soundfont buffer goes unusedChris Robinson2014-07-191-0/+3
* Keep existing presets when loading in a new soundfontChris Robinson2014-07-191-3/+5
* Use a macro to specify the fourcc formattersChris Robinson2014-07-181-21/+22
* Properly scale the first HRTF pass-through coefficientChris Robinson2014-07-171-4/+8
* Cleanup some HRTF codeChris Robinson2014-07-161-68/+53
* Fix omni-directional moving HRTF coeffsChris Robinson2014-07-141-4/+4
* Add a source radius property that determines the directionality of a soundChris Robinson2014-07-113-43/+70
* Access the result macro parameter only onceChris Robinson2014-07-061-3/+4
* Rename some functionsChris Robinson2014-07-061-8/+8
* Store 4 modulators per map entryChris Robinson2014-07-061-16/+17
* Allow ALsoundfont_deleteSoundfont to handle multiple buffersChris Robinson2014-07-061-0/+10
* Don't require pre-declaring vector typesChris Robinson2014-07-069-32/+31
* AL_SOFT_source_length is completeChris Robinson2014-07-051-1/+1
* Don't set modulators that have no destinationChris Robinson2014-07-051-8/+10
* Fix a couple checksChris Robinson2014-07-051-2/+2
* Use a helper function to check valid MIDI controller inputsChris Robinson2014-07-042-5/+4
* Set the 'valid' field when we have a valid buffer pointerChris Robinson2014-07-041-3/+1
* Move an inline definition to a more appropriate sourceChris Robinson2014-07-042-2/+3
* AL_SOFT_MSADPCM is functionally completeChris Robinson2014-07-031-1/+1
* Remove an unnecessary castChris Robinson2014-07-011-2/+2
* Fix preset zone instrument header checkChris Robinson2014-07-011-2/+2
* Print SF2 text INFO chunksChris Robinson2014-07-012-51/+94
* Warn about all unhandled soundfont generatorsChris Robinson2014-06-301-4/+4
* Check the last preset and instrument properties within the loopChris Robinson2014-06-301-46/+10
* Standardize some New/Delete methodsChris Robinson2014-06-301-3/+3
* Load soundfont samples into an ALbufferChris Robinson2014-06-294-27/+36
* Store and use an ALbuffer for samples in an ALfontsoundChris Robinson2014-06-291-3/+5
* Only set the needed HRTF coefficientsChris Robinson2014-06-211-2/+2
* Avoid negating 'negative' variable namesChris Robinson2014-06-201-2/+2
* Don't pass the device to HRTF methodsChris Robinson2014-06-203-15/+14