summaryrefslogtreecommitdiff
path: root/servers/audio/effects
AgeCommit message (Collapse)Author
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-16Synchronize parameter names in definition and declarationTwistedTwigleg
Fixes #10244.
2017-07-08Refactor 'treshold' to 'threshold'Poommetee Ketson
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-24Fix typos in source code using codespellRémi Verschelde
From https://github.com/lucasdemarchi/codespell
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
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
2017-03-05Add a bunch of missing Godot headers in own filesRémi Verschelde
2017-02-13Rename the _MD macro to D_METHODHein-Pieter van Braam
This new name also makes its purpose a little clearer This is a step towards fixing #56
2017-02-13Remove use of _SCS from ADD_METHODHein-Pieter van Braam
This saves typing and is a step towards fixing #56
2017-02-07Fix msvc compile errorsanikoyes
2017-01-24Use constants from math_funcs rather than unstandardized C++ constants.Ray Koopa
2017-01-23Added audio bus phaser effect, welcome to the 70s, baby!Juan Linietsky
2017-01-23Pretty high quality pitch Shifting effect using smbPitchShiftJuan Linietsky
2017-01-22Added Audio Limiter bus effect, and sidechain ability to compressor.Juan Linietsky
2017-01-22Simple to use compressor effectJuan Linietsky
2017-01-22Delay sound effectJuan Linietsky
2017-01-22Added new Audio Bus Chorus effect.Juan Linietsky
Added new Audio Bus Panner effect.
2017-01-21Added BUS effect, Stereo EnhancerJuan Linietsky
2017-01-21distortion effectJuan Linietsky
2017-01-21WIP new AudioServer, with buses, effects, etc.Juan Linietsky