Marsyas
0.6.0-alpha
|
Takes the output of the ADRess (i.e. the stereo azimuth-frequency maps) and outputs a single channel spectrum of the part of the freq-azimuth plane selected by the d and H controls. This can then be inverse transformed back into time domain for resynthesis purposes. More...
#include <ADRessSpectrum.h>
Inherits MarSystem.
Public Member Functions | |
ADRessSpectrum (std::string name) | |
ADRessSpectrum (const ADRessSpectrum &a) | |
MarSystem * | clone () const |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
~ADRessSpectrum () |
Takes the output of the ADRess (i.e. the stereo azimuth-frequency maps) and outputs a single channel spectrum of the part of the freq-azimuth plane selected by the d and H controls. This can then be inverse transformed back into time domain for resynthesis purposes.
Controls:
Definition at line 41 of file ADRessSpectrum.h.
ADRessSpectrum | ( | std::string | name | ) |
Definition at line 27 of file ADRessSpectrum.cpp.
ADRessSpectrum | ( | const ADRessSpectrum & | a | ) |
Definition at line 33 of file ADRessSpectrum.cpp.
~ADRessSpectrum | ( | ) |
Definition at line 40 of file ADRessSpectrum.cpp.
Implements MarSystem.
Definition at line 45 of file ADRessSpectrum.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 89 of file ADRessSpectrum.cpp.