|
LMMS
|
#include <Scape.h>
Public Member Functions | |
| template<sample_func_t> | |
| 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 | |
| sample_t | time |
| sample_t | fb |
| double | period |
| DSP::Lorenz | lfo [2] |
| DSP::Delay | delay |
| SVF | svf [4] |
| DSP::OnePoleHP | hipass [4] |
| 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 Scape::activate | ( | ) |
|
inline |
| void Scape::one_cycle | ( | int | frames | ) |
| DSP::Delay Scape::delay |
| sample_t Scape::fb |
| DSP::OnePoleHP Scape::hipass[4] |
| DSP::Lorenz Scape::lfo[2] |
| double Scape::period |
|
static |
| SVF Scape::svf[4] |
| sample_t Scape::time |