aboutsummaryrefslogtreecommitdiff
path: root/servers/audio/effects
Commit message (Collapse)AuthorAgeFilesLines
* Fixed Voice_Count issues in AudioEffectChorus:Indah Sylvia2017-09-251-2/+1
| | | | | - Setting voice_count value to 4 (MAX_VOICES) is now allowed - Fixed slider glitch on setting voice_count value
* AudioEffectLimiter: fix wrong soft_clip_ratio getterPoommetee Ketson2017-09-251-1/+1
|
* Fix enums bindingsMaxim Sheronov2017-09-132-0/+11
| | | | | Add missed bindings for enums Move some enums to class to have correct output of api.json
* Fix unused variable warningsHein-Pieter van Braam2017-09-081-5/+0
| | | | The forth in my quest to make Godot 3.x compile with -Werror on GCC7
* Fix signed and unsigned comparisonsHein-Pieter van Braam2017-09-011-1/+1
| | | | The first in my quest to make Godot 3.x compile with -Werror on GCC7
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-2730-30/+30
|
* Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-162-5/+5
| | | | Fixes #10244.
* Refactor 'treshold' to 'threshold'Poommetee Ketson2017-07-084-26/+26
|
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-0830-0/+30
|
* Fix typos in source code using codespellRémi Verschelde2017-03-242-2/+2
| | | | From https://github.com/lucasdemarchi/codespell
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-0530-1481/+1215
| | | | | | | | | | | | | | | | | | | | | | | | I can show you the code Pretty, with proper whitespace Tell me, coder, now when did You last write readable code? I can open your eyes Make you see your bad indent Force you to respect the style The core devs agreed upon A whole new world A new fantastic code format A de facto standard With some sugar Enforced with clang-format A whole new world A dazzling style we all dreamed of And when we read it through It's crystal clear That now we're in a whole new world of code
* 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
| | | | | | This new name also makes its purpose a little clearer This is a step towards fixing #56
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-1312-79/+79
| | | | This saves typing and is a step towards fixing #56
* 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 new Audio Bus Panner effect.
* 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