|
LMMS
|
#include <Reverb.h>
Public Member Functions | |
| void | init () |
| void | activate () |
| void | process (sample_t x, sample_t decay, sample_t *xl, sample_t *xr) |
| Public Member Functions inherited from Plugin | |
| sample_t | getport_unclamped (int i) |
| sample_t | getport (int i) |
Public Attributes | |
| sample_t | f_lfo |
| sample_t | indiff1 |
| sample_t | indiff2 |
| sample_t | dediff1 |
| sample_t | dediff2 |
| struct { | |
| DSP::OnePoleLP bandwidth | |
| Lattice lattice [4] | |
| } | input |
| struct { | |
| ModLattice mlattice [2] | |
| Lattice lattice [2] | |
| DSP::Delay delay [4] | |
| DSP::OnePoleLP damping [2] | |
| int taps [12] | |
| } | tank |
| Public Attributes inherited from Plugin | |
| double | fs |
| double | adding_gain |
| int | first_run |
| sample_t | normal |
| sample_t ** | ports |
| LADSPA_PortRangeHint * | ranges |
|
inline |
| void PlateStub::init | ( | ) |
| DSP::OnePoleLP PlateStub::bandwidth |
| DSP::OnePoleLP PlateStub::damping[2] |
| sample_t PlateStub::dediff1 |
| sample_t PlateStub::dediff2 |
| DSP::Delay PlateStub::delay[4] |
| sample_t PlateStub::f_lfo |
| sample_t PlateStub::indiff1 |
| sample_t PlateStub::indiff2 |
| struct { ... } PlateStub::input |
| Lattice PlateStub::lattice[2] |
| ModLattice PlateStub::mlattice[2] |
| struct { ... } PlateStub::tank |
| int PlateStub::taps[12] |