aboutsummaryrefslogtreecommitdiffstats
path: root/examples/almultireverb.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix some typos (#872)Dirk Stolle2023-07-041-3/+3
|
* Define FUNCTION_CAST in a common headerChris Robinson2022-04-221-11/+0
|
* Use a more C99-compliant function castChris Robinson2022-02-261-1/+12
|
* Convert the examples from SDL_sound to libsndfileChris Robinson2020-03-241-53/+43
|
* Enable and fix some more warningsChris Robinson2019-09-181-36/+36
|
* Fix a few more GCC warningsChris Robinson2019-09-141-2/+2
|
* Avoid implicit conversions with the examples and utilsChris Robinson2019-09-121-9/+9
|
* Cleanup the examples' includesChris Robinson2019-07-291-3/+6
|
* Return a signed integer from altime_getChris Robinson2018-11-271-2/+2
|
* Avoid relying on struct timespecChris Robinson2018-11-261-7/+6
|
* Fix a couple comments about coordinate handednessChris Robinson2018-03-241-1/+1
|
* Update the multi-reverb example with improved transitionsChris Robinson2018-03-201-143/+236
| | | | | | | | This better calculates the environment coverage by correctly calculating the portal's extents, improves the panning direction when close to the portal, and applies attenuation based on contribution. Movement has changed to make the listener move back and forth between environments with a stationary source, rather than continually looping environments with a position-relative source.
* Change the presets for the multireverb exampleChris Robinson2018-03-161-2/+2
|
* Add missing includeChris Robinson2018-03-011-0/+1
|
* Fix use of argv[0] as the program name after incrementingChris Robinson2018-02-281-4/+1
|
* Apply distance attenuation to reverb zones in almultireverbChris Robinson2018-02-281-2/+18
|
* Update the multi-zone reverb example for clarityChris Robinson2018-02-201-47/+52
|
* Add an example for multi-zone reverbChris Robinson2018-02-181-0/+584