#include "SMSHarmonizerConfig.hxx"
#include "Frame.hxx"
#include "InPort.hxx"
#include "OutPort.hxx"
#include "InControl.hxx"
#include "InControlArray.hxx"
#include "FrameTransformation.hxx"
#include "SpectralPeakArray.hxx"
#include "SMSPitchShift.hxx"
#include "SpectrumAdder2.hxx"
#include "SMSSinusoidalGain.hxx"
#include "TokenDelay.hxx"
Go to the source code of this file.
Namespaces | |
namespace | CLAM |
Classes | |
class | CLAM::SMSHarmonizer |
Many voices harmonizer using the SMS model. More... | |
Defines | |
#define | MAX_AMOUNT_OF_VOICES 6 |
#define | frand() ( float( rand() ) / float(RAND_MAX) ) |
#define MAX_AMOUNT_OF_VOICES 6 |
Definition at line 64 of file SMSHarmonizer.hxx.
Referenced by CLAM::SMSHarmonizer::ConcreteConfigure().