|
LMMS
|
#include <ToneStack.h>
Public Member Functions | |
| 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) |
Static Public Attributes | |
| static PortInfo | port_info [] |
Private Member Functions | |
| template<sample_func_t F> | |
| void | one_cycle (int frames) |
Private Attributes | |
| DSP::ToneStack | tonestack |
Additional Inherited Members | |
| Public Attributes inherited from Plugin | |
| double | fs |
| double | adding_gain |
| int | first_run |
| sample_t | normal |
| sample_t ** | ports |
| LADSPA_PortRangeHint * | ranges |
| void ToneStack::activate | ( | ) |
|
inline |
|
private |
|
static |
|
private |