Marsyas
0.6.0-alpha
|
#include <AccentFilterBank.h>
Inherits MarSystem.
Public Member Functions | |
AccentFilterBank (std::string name) | |
AccentFilterBank (const AccentFilterBank &a) | |
MarSystem * | clone () const |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
~AccentFilterBank () |
This example is the same as Gain; it scales the output by multiplying each sample with a real number.
Controls:
Definition at line 37 of file AccentFilterBank.h.
AccentFilterBank | ( | std::string | name | ) |
Definition at line 25 of file AccentFilterBank.cpp.
AccentFilterBank | ( | const AccentFilterBank & | a | ) |
Definition at line 30 of file AccentFilterBank.cpp.
~AccentFilterBank | ( | ) |
Definition at line 36 of file AccentFilterBank.cpp.
Implements MarSystem.
Definition at line 41 of file AccentFilterBank.cpp.
Processes data.
in | Input data to read. |
out | Output data to write. |
Implement this method in subclass to define specific data processing.
Implements MarSystem.
Definition at line 66 of file AccentFilterBank.cpp.