|
LMMS
|
#include <VCO.h>
Public Types | |
| enum | { OVERSAMPLE = 8 , FIR_SIZE = 64 } |
Public Member Functions | |
| template<sample_func_t F> | |
| void | one_cycle (int frames) |
| VCOd () | |
| 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 | gain |
| DSP::VCO2 | vco |
| DSP::FIR | down |
| 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 [] |
|
inline |
|
inline |
| void VCOd::init | ( | ) |
| void VCOd::one_cycle | ( | int | frames | ) |
| DSP::FIR VCOd::down |
| sample_t VCOd::f |
| double VCOd::fs |
| sample_t VCOd::gain |
|
static |
| DSP::VCO2 VCOd::vco |