123456789101112131415161718 |
- <?xml version="1.0" encoding="UTF-8" ?>
- <class name="AudioEffectHighPassFilter" inherits="AudioEffectFilter" category="Core" version="3.1">
- <brief_description>
- Adds a high pass filter to the Audio Bus.
- </brief_description>
- <description>
- Cuts frequencies lower than the [member AudioEffectFilter.cutoff_hz] and allows higher frequencies to pass.
- </description>
- <tutorials>
- </tutorials>
- <demos>
- </demos>
- <methods>
- </methods>
- <constants>
- </constants>
- </class>
|