|
LMMS
|
#include <SweepVF.h>
Public Types | |
| enum | { BLOCK_SIZE = 32 } |
Public Member Functions | |
| template<sample_func_t F> | |
| void | one_cycle (int frames) |
| void | init () |
| void | activate () |
| void | run (int n) |
| void | run_adding (int n) |
| Public Member Functions inherited from Plugin | |
| sample_t | getport_unclamped (int i) |
| sample_t | getport (int i) |
Public Attributes | |
| double | fs |
| sample_t | f |
| sample_t | Q |
| DSP::StackedSVF< 1, 2 > | svf |
| DSP::RMS | rms |
| DSP::BiQuad | filter |
| DSP::OnePoleHP | hp |
| Public Attributes inherited from Plugin | |
| double | fs |
| double | adding_gain |
| int | first_run |
| sample_t | normal |
| sample_t ** | ports |
| LADSPA_PortRangeHint * | ranges |
Static Public Attributes | |
| static PortInfo | port_info [] |
| void AutoWah::activate | ( | ) |
| void AutoWah::init | ( | ) |
| void AutoWah::one_cycle | ( | int | frames | ) |
| sample_t AutoWah::f |
| DSP::BiQuad AutoWah::filter |
| double AutoWah::fs |
| DSP::OnePoleHP AutoWah::hp |
|
static |
| sample_t AutoWah::Q |
| DSP::RMS AutoWah::rms |
| DSP::StackedSVF<1,2> AutoWah::svf |