#include <iso_synth_delay_bandpass_patch.h>
Inherits iso::synth::Patch.
Inheritance diagram for iso::synth::DelayBandPassPatch:
DelayBandPassPatch::DelayBandPassPatch | ( | ) |
DelayBandPassPatch::DelayBandPassPatch | ( | unsigned int | pLineCount | ) |
DelayBandPassPatch::DelayBandPassPatch | ( | const String & | pPatchName | ) |
DelayBandPassPatch::DelayBandPassPatch | ( | const String & | pPatchName, | |
unsigned int | pLineCount | |||
) |
DelayBandPassPatch::~DelayBandPassPatch | ( | ) |
void DelayBandPassPatch::setMinDelay | ( | sample | pMinDelay | ) |
void DelayBandPassPatch::setMaxDelay | ( | sample | pMaxDelay | ) |
void DelayBandPassPatch::setMinAmplitude | ( | sample | pMinAmplitude | ) |
void DelayBandPassPatch::setMaxAmplitude | ( | sample | pMaxAmplitude | ) |
void DelayBandPassPatch::setMinFrequency | ( | sample | pMinFrequency | ) |
void DelayBandPassPatch::setMaxFrequency | ( | sample | pMaxFrequency | ) |
void DelayBandPassPatch::setMinBandWidth | ( | sample | pMinBandWidth | ) |
void DelayBandPassPatch::setMaxBandWidth | ( | sample | pMaxBandWidth | ) |
void DelayBandPassPatch::construct | ( | ) | throw (SynthException) [protected, virtual] |
function to create patch
SynthException | failed to create patch |
Implements iso::synth::Patch.
void DelayBandPassPatch::consumeMessage | ( | const com::Message & | pMessage | ) | [protected] |
const String DelayBandPassPatch::sClassName [static] |
unsigned int DelayBandPassPatch::sLineCount [static, private] |
sample DelayBandPassPatch::sMinDelay [static, private] |
sample DelayBandPassPatch::sMaxDelay [static, private] |
sample DelayBandPassPatch::sMinFrequency [static, private] |
sample DelayBandPassPatch::sMaxFrequency [static, private] |
sample DelayBandPassPatch::sMinBandWidth [static, private] |
sample DelayBandPassPatch::sMaxBandWidth [static, private] |
sample DelayBandPassPatch::sMinAmplitude [static, private] |
sample DelayBandPassPatch::sMaxAmplitude [static, private] |
sample iso::synth::DelayBandPassPatch::sFrequencySpacing [static, private] |
unsigned int iso::synth::DelayBandPassPatch::mLineCount [private] |
DelayUnit** iso::synth::DelayBandPassPatch::mDelayUnits [private] |
BWFilter** iso::synth::DelayBandPassPatch::mFilterBank [private] |