#include <ParallelMatrixWeight.h>
Inherits Marsyas::MarSystem.
Public Member Functions | |
| MarSystem * | clone () const |
| Implementation of the MarSystem::clone() method. | |
| void | myProcess (realvec &in, realvec &out) |
| Implementation of the MarSystem::myProcess method. | |
| ParallelMatrixWeight (const ParallelMatrixWeight &a) | |
| ParallelMatrixWeight copy constructor. | |
| ParallelMatrixWeight (std::string name) | |
| ParallelMatrixWeight constructor. | |
| ~ParallelMatrixWeight () | |
| ParallelMatrixWeight destructor. | |
Private Member Functions | |
| void | addControls () |
| Add specific controls needed by this MarSystem. | |
| void | myUpdate (MarControlPtr sender) |
| Reads changed controls and sets up variables if necessary. | |
Private Attributes | |
| MarControlPtr | ctrl_weights_ |
| MarControlPtr for the gain control. | |
This example is the same as Gain; it scales the output by multiplying each sample with a real number.
Controls:
Definition at line 38 of file ParallelMatrixWeight.h.
| ParallelMatrixWeight | ( | std::string | name | ) |
ParallelMatrixWeight constructor.
Add any specific controls needed by this MarSystem.
Definition at line 27 of file ParallelMatrixWeight.cpp.
References ParallelMatrixWeight::addControls().
Referenced by ParallelMatrixWeight::clone().
| ParallelMatrixWeight | ( | const ParallelMatrixWeight & | a | ) |
ParallelMatrixWeight copy constructor.
All member MarControlPtr have to be explicitly reassigned in the copy constructor.
Definition at line 38 of file ParallelMatrixWeight.cpp.
References ParallelMatrixWeight::ctrl_weights_.
| void myUpdate | ( | MarControlPtr | sender | ) | [private, virtual] |
Reads changed controls and sets up variables if necessary.
Use the default MarSystem setup with equal input/output stream format.
Reimplemented from MarSystem.
Definition at line 69 of file ParallelMatrixWeight.cpp.
1.5.6