Sound
(NOTE) Applies a band pass filter to audio generated by its input SoundNodes (removes low and high frequencies)
| Methods | Properties | Base Classes | Derived Classes | 
|---|---|---|---|
| CentralFrequency | soundnode | ||
| QualityFactor | 
Properties
CentralFrequency : real
The center frequency of the band. Frequencies above and below this band will be attenuated.
var CentralFrequency : Real
QualityFactor : real
The Q number of the band pass filter: higher numbers make the band smaller, while smaller numbers make it wider. The default value is 0.669.
var QualityFactor : Real