|
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 | |
| PhaserAP | ap [6] |
| DSP::Sine | lfo |
| 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 PhaserI::one_cycle | ( | int | frames | ) |
| PhaserAP PhaserI::ap[6] |
| int PhaserI::blocksize |
| double PhaserI::bottom |
| struct { ... } PhaserI::delay |
| DSP::Sine PhaserI::lfo |
|
static |
| double PhaserI::range |
| sample_t PhaserI::rate |
| int PhaserI::remain |
| sample_t PhaserI::y0 |