#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.
Classes | |
class | CLAM::SMSHarmonizer |
Many voices harmonizer using the SMS model. More... | |
Namespaces | |
namespace | CLAM |
Defines | |
#define | MAX_AMOUNT_OF_VOICES 6 |
#define | frand() ( float( rand() ) / float(RAND_MAX) ) |
#define frand | ( | ) | ( float( rand() ) / float(RAND_MAX) ) |
Definition at line 72 of file SMSHarmonizer.hxx.
#define MAX_AMOUNT_OF_VOICES 6 |
Definition at line 64 of file SMSHarmonizer.hxx.