Marsyas
0.6.0-alpha
|
The Karplus-Strong model. More...
#include <Plucked.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
Plucked (std::string name) | |
~Plucked () |
The Karplus-Strong model.
Implementation of the Karplus_Strong 1D Digital Waveguide Model. http://ccrma.stanford.edu/~jos/SimpleStrings/Karplus_Strong_Algorithm.html With extensions proposed by Jaffe and Smith: Blend Factor, Decay, and Stretch Factor.
Plucked | ( | std::string | name | ) |
Definition at line 25 of file Plucked.cpp.
~Plucked | ( | ) |
Definition at line 42 of file Plucked.cpp.
Implements MarSystem.
Definition at line 48 of file Plucked.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 136 of file Plucked.cpp.