|
Marsyas
0.6.0-alpha
|
Applies vibrato using time-varying delay. More...
#include <Vibrato.h>
Inherits MarSystem.
Public Member Functions | |
| MarSystem * | clone () const |
| void | myProcess (realvec &in, realvec &out) |
| Processes data. | |
| Vibrato (std::string name) | |
| ~Vibrato () | |
| Vibrato | ( | std::string | name | ) |
Definition at line 26 of file Vibrato.cpp.
| ~Vibrato | ( | ) |
Definition at line 31 of file Vibrato.cpp.
Implements MarSystem.
Definition at line 36 of file Vibrato.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 83 of file Vibrato.cpp.
1.7.6.1