- getCutoff
double getCutoff()
- getDb
AudioEffectFilter.FilterDB getDb()
- getGain
double getGain()
- getResonance
double getResonance()
- opAssign
AudioEffectFilter opAssign(T n)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(AudioEffectFilter other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(typeof(null) n)
Undocumented in source. Be warned that the author may not have intended to support it.
- setCutoff
void setCutoff(double freq)
- setDb
void setDb(long amount)
- setGain
void setGain(double amount)
- setResonance
void setResonance(double amount)
Adds a filter to the Audio Bus.
Allows frequencies other than the cutoffHz to pass.