godot/servers/audio/effects
Rémi Verschelde 7bf9787921 SCons: Format buildsystem files with psf/black
Configured for a max line length of 120 characters.

psf/black is very opinionated and purposely doesn't leave much room for
configuration. The output is mostly OK so that should be fine for us,
but some things worth noting:

- Manually wrapped strings will be reflowed, so by using a line length
  of 120 for the sake of preserving readability for our long command
  calls, it also means that some manually wrapped strings are back on
  the same line and should be manually merged again.

- Code generators using string concatenation extensively look awful,
  since black puts each operand on a single line. We need to refactor
  these generators to use more pythonic string formatting, for which
  many options are available (`%`, `format` or f-strings).

- CI checks and a pre-commit hook will be added to ensure that future
  buildsystem changes are well-formatted.

(cherry picked from commit cd4e46ee65)
2020-06-10 15:30:52 +02:00
..
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
audio_effect_amplify.cpp
audio_effect_amplify.h
audio_effect_chorus.cpp
audio_effect_chorus.h
audio_effect_compressor.cpp
audio_effect_compressor.h
audio_effect_delay.cpp
audio_effect_delay.h
audio_effect_distortion.cpp
audio_effect_distortion.h
audio_effect_eq.cpp
audio_effect_eq.h
audio_effect_filter.cpp
audio_effect_filter.h
audio_effect_limiter.cpp
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.cpp Silence EQ::Band::c1, c2 and c3 may be used uninitialized warnings. 2020-05-13 16:12:37 +02:00
eq.h
reverb.cpp
reverb.h