|
LMMS
|
#include <Phaser.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 | |
| double | fs |
| PhaserAP | ap [6] |
| DSP::Lorenz | lorenz |
| sample_t | rate |
| sample_t | y0 |
| struct { | |
| double bottom | |
| double range | |
| } | delay |
| int | blocksize |
| int | remain |
| 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 PhaserII::one_cycle | ( | int | frames | ) |
| PhaserAP PhaserII::ap[6] |
| int PhaserII::blocksize |
| double PhaserII::bottom |
| struct { ... } PhaserII::delay |
| double PhaserII::fs |
| DSP::Lorenz PhaserII::lorenz |
|
static |
| double PhaserII::range |
| sample_t PhaserII::rate |
| int PhaserII::remain |
| sample_t PhaserII::y0 |