godot/servers/audio/effects
Micky 59e11934d8 Rename `str2var` to `str_to_var` and similar
Affects the Math class, a good chunk of the audio code, and a lot of other miscellaneous classes, too.

- `var2str` -> `var_to_str`
- `str2var` -> `str_to_var`
- `bytes2var` -> `bytes_to_var`
- `bytes2var_with_objects` -> `bytes_to_var_with_objects`
- `var2bytes` -> `var_to_bytes`
- `var2bytes_with_objects` -> `var_to_bytes_with_objects`
- `linear2db` -> `linear_to_db`
- `db2linear` -> `db_to_linear`
- `deg2rad` -> `deg_to_rad`
- `rad2deg` -> `rad_to_deg`

- `dict2inst` -> `dict_to_inst`
- `inst2dict` -> `inst_to_dict`
2022-08-26 14:58:22 +02:00
..
SCsub
audio_effect_amplify.cpp Rename `str2var` to `str_to_var` and similar 2022-08-26 14:58:22 +02:00
audio_effect_amplify.h
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
audio_effect_compressor.cpp Rename `str2var` to `str_to_var` and similar 2022-08-26 14:58:22 +02:00
audio_effect_compressor.h
audio_effect_delay.cpp Rename `str2var` to `str_to_var` and similar 2022-08-26 14:58:22 +02: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 Rename `str2var` to `str_to_var` and similar 2022-08-26 14:58:22 +02:00
audio_effect_distortion.h
audio_effect_eq.cpp Rename `str2var` to `str_to_var` and similar 2022-08-26 14:58:22 +02:00
audio_effect_eq.h
audio_effect_filter.cpp
audio_effect_filter.h
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
audio_effect_phaser.cpp
audio_effect_phaser.h
audio_effect_pitch_shift.cpp
audio_effect_pitch_shift.h
audio_effect_record.cpp
audio_effect_record.h
audio_effect_reverb.cpp
audio_effect_reverb.h
audio_effect_spectrum_analyzer.cpp
audio_effect_spectrum_analyzer.h
audio_effect_stereo_enhance.cpp
audio_effect_stereo_enhance.h
audio_stream_generator.cpp
audio_stream_generator.h
eq_filter.cpp
eq_filter.h
reverb_filter.cpp
reverb_filter.h