summaryrefslogtreecommitdiffstats
path: root/servers/audio/effects/audio_effect_compressor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix compressor audio effect sidechain selectionBenedikt Bär2018-03-211-1/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Refactor 'treshold' to 'threshold'Poommetee Ketson2017-07-081-10/+10
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-80/+72
* Add a bunch of missing Godot headers in own filesRémi Verschelde2017-03-051-0/+28
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-14/+14
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-7/+7
* Added Audio Limiter bus effect, and sidechain ability to compressor.Juan Linietsky2017-01-221-1/+40
* Simple to use compressor effectJuan Linietsky2017-01-221-0/+188