godot/servers/audio/effects
M-O-Marmalade 8ea0d727f0 AudioEffectDistorion docs & inspector edits
Fixing a few typos in the AudioEffectDistortion docs, making a few
things clearer, etc

Also adding the decibel (dB) suffix to the pre/post gain properties in
the inspector.
2022-11-22 17:38:13 -08:00
..
audio_effect_amplify.cpp Rename str2var to str_to_var and similar 2022-08-26 14:58:22 +02:00
audio_effect_amplify.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
audio_effect_capture.cpp
audio_effect_capture.h
audio_effect_chorus.cpp Rename str2var to str_to_var and similar 2022-08-26 14:58:22 +02:00
audio_effect_chorus.h Make _validate_property a multilevel method 2022-08-22 18:35:11 +03:00
audio_effect_compressor.cpp Rename str2var to str_to_var and similar 2022-08-26 14:58:22 +02:00
audio_effect_compressor.h Make _validate_property a multilevel method 2022-08-22 18:35:11 +03:00
audio_effect_delay.cpp Style: Misc docs and comment style and language fixes 2022-11-02 19:01:18 +01:00
audio_effect_delay.h Rename properties unnecessarily using slash (/) in their names 2022-08-23 11:57:43 +02:00
audio_effect_distortion.cpp AudioEffectDistorion docs & inspector edits 2022-11-22 17:38:13 -08:00
audio_effect_distortion.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
audio_effect_eq.cpp Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 2022-10-07 11:32:33 +03:00
audio_effect_eq.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
audio_effect_filter.cpp Use constexpr in the conditions with template parameters and sizeofs to suppress C4127 warnings. 2022-09-29 10:38:21 +03:00
audio_effect_filter.h Make _validate_property a multilevel method 2022-08-22 18:35:11 +03:00
audio_effect_limiter.cpp Rename str2var to str_to_var and similar 2022-08-26 14:58:22 +02:00
audio_effect_limiter.h
audio_effect_panner.cpp
audio_effect_panner.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
audio_effect_phaser.cpp
audio_effect_phaser.h
audio_effect_pitch_shift.cpp
audio_effect_pitch_shift.h
audio_effect_record.cpp Remove NO_THREADS fallback code, Godot 4 requires thread support 2022-10-03 11:23:26 +02:00
audio_effect_record.h Merge pull request #60957 from DeeJayLSP/sample_pcm 2022-07-28 19:51:08 +02:00
audio_effect_reverb.cpp
audio_effect_reverb.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
audio_effect_spectrum_analyzer.cpp
audio_effect_spectrum_analyzer.h
audio_effect_stereo_enhance.cpp
audio_effect_stereo_enhance.h
audio_stream_generator.cpp Use constexpr in the conditions with template parameters and sizeofs to suppress C4127 warnings. 2022-09-29 10:38:21 +03:00
audio_stream_generator.h Change time parameters and variables to double type 2022-09-26 13:52:54 -05:00
eq_filter.cpp Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
eq_filter.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
reverb_filter.cpp Style: Misc docs and comment style and language fixes 2022-11-02 19:01:18 +01:00
reverb_filter.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
SCsub