|
LMMS
|
A simple (and bad) simulation of scanner vibrato based on a series of modulated allpass filters. More...
#include <organ.h>
Public Member Functions | |
| void | reset () |
| void | process (organ_parameters *parameters, float(*data)[2], unsigned int len, float sample_rate) |
Protected Types | |
| enum | { VibratoSize = 6 } |
Protected Attributes | |
| float | vibrato_x1 [VibratoSize][2] |
| float | vibrato_y1 [VibratoSize][2] |
| float | lfo_phase |
| dsp::onepole< float > | vibrato [2] |
A simple (and bad) simulation of scanner vibrato based on a series of modulated allpass filters.
| void organ_vibrato::process | ( | organ_parameters * | parameters, |
| float(*) | data[2], | ||
| unsigned int | len, | ||
| float | sample_rate ) |
| void organ_vibrato::reset | ( | ) |
|
protected |
|
protected |
|
protected |
|
protected |