nes v0.1.0 (2018-02-02T11:40:30Z)
Dub
Repo
FilterChain
nes
filter
Undocumented in source.
class
FilterChain :
Filter
{
this
(Filter[] filters);
float
step
(float x);
}
Constructors
this
this
(Filter[] filters)
Undocumented in source.
Members
Functions
step
float
step
(float x)
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From Filter
step
float
step
(float x)
Undocumented in source.
Meta
Source
See Implementation
nes
filter
classes
FilterChain
FirstOrderFilter
functions
HighPassFilter
LowPassFilter
interfaces
Filter