Marsyas
0.6.0-alpha
|
Toggle the sign of the input samples. More...
#include <Negative.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
Negative (std::string name) | |
~Negative () |
Toggle the sign of the input samples.
This MarSystem has no extra controls.
Definition at line 37 of file Negative.h.
Negative | ( | std::string | name | ) |
Definition at line 24 of file Negative.cpp.
~Negative | ( | ) |
Definition at line 29 of file Negative.cpp.
Implements MarSystem.
Definition at line 34 of file Negative.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 40 of file Negative.cpp.