virtualx-engine/servers/audio
Gilles Roudière be1c9d677d Rename all gdnative occurences to gdextension
Non-exhaustive list of case-sensitive renames:

GDExtension -> GDNative
GDNATIVE -> GDEXTENSION
gdextension -> gdnative
ExtensionExtension ->Extension (for where there was GDNativeExtension)
EXTENSION_EXTENSION ->EXTENSION (for where there was GDNATIVE_EXTENSION)
gdnlib -> gdextension
gdn_interface -> gde_interface
gdni -> gde_interface
2022-12-12 11:04:57 +01:00
..
effects AudioEffectDistorion docs & inspector edits 2022-11-22 17:38:13 -08:00
audio_driver_dummy.cpp Make audio thread control flags safe 2022-08-19 13:28:10 +02:00
audio_driver_dummy.h Make audio thread control flags safe 2022-08-19 13:28:10 +02:00
audio_effect.cpp Simplify GDVIRTUAL_REQUIRED_CALL calls 2022-11-30 18:36:57 +01:00
audio_effect.h Rename all gdnative occurences to gdextension 2022-12-12 11:04:57 +01:00
audio_filter_sw.cpp Style: Partially apply clang-tidy's cppcoreguidelines-pro-type-member-init 2022-05-02 16:28:25 +02:00
audio_filter_sw.h Style: Partially apply clang-tidy's cppcoreguidelines-pro-type-member-init 2022-05-02 16:28:25 +02:00
audio_rb_resampler.cpp Use constexpr in the conditions with template parameters and sizeofs to suppress C4127 warnings. 2022-09-29 10:38:21 +03:00
audio_rb_resampler.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
audio_stream.cpp Simplify GDVIRTUAL_REQUIRED_CALL calls 2022-11-30 18:36:57 +01:00
audio_stream.h Rename all gdnative occurences to gdextension 2022-12-12 11:04:57 +01:00
SCsub