Home
last modified time | relevance | path

Searched refs:get_band_count (Results 1 – 8 of 8) sorted by relevance

/dports/devel/godot-tools/godot-3.2.3-stable/servers/audio/effects/
H A Daudio_effect_eq.cpp69 ins->gains.resize(eq.get_band_count()); in instance()
71 ins->bands[i].resize(eq.get_band_count()); in instance()
90 int AudioEffectEQ::get_band_count() const { in get_band_count() function in AudioEffectEQ
128 ClassDB::bind_method(D_METHOD("get_band_count"), &AudioEffectEQ::get_band_count); in _bind_methods()
135 gain.resize(eq.get_band_count()); in AudioEffectEQ()
H A Deq.h86 int get_band_count() const;
H A Daudio_effect_eq.h72 int get_band_count() const;
H A Deq.cpp172 int EQ::get_band_count() const { in get_band_count() function in EQ
/dports/devel/godot/godot-3.2.3-stable/servers/audio/effects/
H A Daudio_effect_eq.cpp69 ins->gains.resize(eq.get_band_count()); in instance()
71 ins->bands[i].resize(eq.get_band_count()); in instance()
90 int AudioEffectEQ::get_band_count() const { in get_band_count() function in AudioEffectEQ
128 ClassDB::bind_method(D_METHOD("get_band_count"), &AudioEffectEQ::get_band_count); in _bind_methods()
135 gain.resize(eq.get_band_count()); in AudioEffectEQ()
H A Deq.h86 int get_band_count() const;
H A Daudio_effect_eq.h72 int get_band_count() const;
H A Deq.cpp172 int EQ::get_band_count() const { in get_band_count() function in EQ