summaryrefslogtreecommitdiffstats
path: root/servers/audio/effects/audio_effect_chorus.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Fix member names of `AudioFrame` to match extensionA Thousand Ships2024-02-131-2/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Rename `str2var` to `str_to_var` and similarMicky2022-08-261-1/+1
* Make `_validate_property` a multilevel methodYuri Sizov2022-08-221-4/+4
* Add suffixes to all nodes and resourcesFireForge2022-06-111-20/+20
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Use PROPERTY_USAGE_NONE instead of 0 for no property usageAaron Franke2021-07-011-1/+1
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-2/+2
* Update Inspector when changing AudioEffectChorus voice_countbooer2021-02-251-1/+1
* Use Math_TAU and deg2rad/rad2deg in more places and optimize codeAaron Franke2021-01-091-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-1/+2
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+8
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-25/+0
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-30/+30
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Tweak audio cutoff property hints to allow reasonable values onlyHugo Locurcio2019-07-121-4/+4
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-2/+2
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky2017-11-251-1/+1
* Fixed Voice_Count issues in AudioEffectChorus:Indah Sylvia2017-09-251-2/+1
* Fix signed and unsigned comparisonsHein-Pieter van Braam2017-09-011-1/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* Fix typos in source code using codespellRémi Verschelde2017-03-241-1/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-194/+176
* 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-18/+18
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-31/+31
* Use constants from math_funcs rather than unstandardized C++ constants.Ray Koopa2017-01-241-2/+3
* Added new Audio Bus Chorus effect.Juan Linietsky2017-01-221-0/+364