index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
servers
/
audio
/
effects
/
audio_effect_chorus.cpp
Age
Commit message (
Expand
)
Author
2022-08-22
Make `_validate_property` a multilevel method
Yuri Sizov
2022-06-11
Add suffixes to all nodes and resources
FireForge
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-07-01
Use PROPERTY_USAGE_NONE instead of 0 for no property usage
Aaron Franke
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-02-25
Update Inspector when changing AudioEffectChorus voice_count
booer
2021-01-09
Use Math_TAU and deg2rad/rad2deg in more places and optimize code
Aaron Franke
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-02-25
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-07-12
Tweak audio cutoff property hints to allow reasonable values only
Hugo Locurcio
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-07-26
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-11-25
Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...
Juan Linietsky
2017-09-25
Fixed Voice_Count issues in AudioEffectChorus:
Indah Sylvia
2017-09-01
Fix signed and unsigned comparisons
Hein-Pieter van Braam
2017-08-27
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-04-08
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-03-24
Fix typos in source code using codespell
Rémi Verschelde
2017-03-05
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
Add a bunch of missing Godot headers in own files
Rémi Verschelde
2017-02-13
Rename the _MD macro to D_METHOD
Hein-Pieter van Braam
2017-02-13
Remove use of _SCS from ADD_METHOD
Hein-Pieter van Braam
2017-01-24
Use constants from math_funcs rather than unstandardized C++ constants.
Ray Koopa
2017-01-22
Added new Audio Bus Chorus effect.
Juan Linietsky