#include <SliceDelta.h>
Inherits Marsyas::MarSystem.
Public Member Functions | |
| MarSystem * | clone () const |
| Implementation of MarSystem::clone() method. | |
| void | myProcess (realvec &in, realvec &out) |
| Implementation of MarSystem::myProcess. | |
| SliceDelta (const SliceDelta &a) | |
| SliceDelta copy constructor. | |
| SliceDelta (std::string name) | |
| SliceDelta constructor. | |
| ~SliceDelta () | |
| SliceDelta destructor. | |
Private Attributes | |
| realvec | previousInputSlice_ |
| Internal memory for the previous observed slice. | |
Simple MarSystem that outputs the difference of the current input slice with the previous input slice. Unlike the Differentiator MarSystem, which takes differences at sample level, the difference is taken at slice level.
This MarSystem has no extra controls.
Definition at line 40 of file SliceDelta.h.
1.5.6