YSE sound engine
1.0
cross platform sound engine
|
Public Member Functions | |
bandPass & | set (Flt freq, Flt q) |
bandPass & | setFrequency (Flt freq) |
bandPass & | setQ (Flt q) |
AUDIOBUFFER & | operator() (AUDIOBUFFER &in) |
Protected Attributes | |
aFlt | freq |
aFlt | gain |
Flt | q |
Flt | last |
Flt | previous |
aFlt | coef1 |
aFlt | coef2 |
aFlt | ff1 |
aFlt | ff2 |
aFlt | ff3 |
aFlt | fb1 |
aFlt | fb2 |
sample | buffer |
Definition at line 60 of file filters.hpp.