summaryrefslogtreecommitdiffstats
path: root/servers/audio/effects
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in source code using codespellRémi Verschelde2017-03-242-2/+2
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-0530-1485/+1219
* Add a bunch of missing Godot headers in own filesRémi Verschelde2017-03-0530-44/+857
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-1313-125/+125
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-1312-86/+86
* Fix msvc compile errorsanikoyes2017-02-072-2/+2
* Use constants from math_funcs rather than unstandardized C++ constants.Ray Koopa2017-01-247-34/+41
* Added audio bus phaser effect, welcome to the 70s, baby!Juan Linietsky2017-01-232-0/+228
* Pretty high quality pitch Shifting effect using smbPitchShiftJuan Linietsky2017-01-232-0/+386
* Added Audio Limiter bus effect, and sidechain ability to compressor.Juan Linietsky2017-01-224-2/+229
* Simple to use compressor effectJuan Linietsky2017-01-222-0/+252
* Delay sound effectJuan Linietsky2017-01-223-21/+458
* Added new Audio Bus Chorus effect.Juan Linietsky2017-01-224-0/+566
* Added BUS effect, Stereo EnhancerJuan Linietsky2017-01-212-0/+197
* distortion effectJuan Linietsky2017-01-212-0/+239
* WIP new AudioServer, with buses, effects, etc.Juan Linietsky2017-01-2113-0/+1623