Marsyas
0.6.0-alpha
|
Stretches samples using linear interpolation. More...
#include <StretchLinear.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
StretchLinear (std::string name) | |
StretchLinear (const StretchLinear &a) | |
~StretchLinear () |
Stretches samples using linear interpolation.
Controls:
Definition at line 34 of file StretchLinear.h.
StretchLinear | ( | std::string | name | ) |
Definition at line 25 of file StretchLinear.cpp.
StretchLinear | ( | const StretchLinear & | a | ) |
Definition at line 30 of file StretchLinear.cpp.
~StretchLinear | ( | ) |
Definition at line 36 of file StretchLinear.cpp.
Implements MarSystem.
Definition at line 41 of file StretchLinear.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 64 of file StretchLinear.cpp.