#include "EnvelopeExtractor.hxx"
#include "ControlConfig.hxx"
#include "Processing.hxx"
#include "InPort.hxx"
#include "OutPort.hxx"
#include "InControl.hxx"
#include "Envelope.hxx"
#include "Audio.hxx"
Go to the source code of this file.
Namespaces | |
namespace | CLAM |
Defines | |
#define | CONTROL(name) c##name(#name,this,&EnvelopeExtractor::name##Change) |
#define CONTROL | ( | name | ) | c##name(#name,this,&EnvelopeExtractor::name##Change) |
Definition at line 117 of file EnvelopeExtractor.cxx.