mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Improve AudioEffectDistortion and AudioEffectFilter documentation
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
Allows frequencies other than the [member cutoff_hz] to pass.
|
||||
</description>
|
||||
<tutorials>
|
||||
<link title="Audio buses">https://docs.godotengine.org/en/latest/tutorials/audio/audio_buses.html</link>
|
||||
</tutorials>
|
||||
<methods>
|
||||
</methods>
|
||||
@@ -20,7 +21,7 @@
|
||||
Gain amount of the frequencies after the filter.
|
||||
</member>
|
||||
<member name="resonance" type="float" setter="set_resonance" getter="get_resonance" default="0.5">
|
||||
Amount of boost in the overtones near the cutoff frequency.
|
||||
Amount of boost in the frequency range near the cutoff frequency.
|
||||
</member>
|
||||
</members>
|
||||
<constants>
|
||||
|
||||
Reference in New Issue
Block a user