|
LMMS
|
#include <Cabinet.h>
Public Member Functions | |
| void | switch_model (int m) |
| template<sample_func_t F> | |
| 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 | |
| sample_t | gain |
| int | model |
| int | n |
| int | h |
| cabinet_float * | a |
| cabinet_float * | b |
| cabinet_float | x [16] |
| cabinet_float | y [16] |
| 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 Model16 | models [] |
| static PortInfo | port_info [] |
| void CabinetI::activate | ( | ) |
| void CabinetI::init | ( | ) |
| void CabinetI::one_cycle | ( | int | frames | ) |
| cabinet_float* CabinetI::a |
| cabinet_float * CabinetI::b |
| sample_t CabinetI::gain |
| int CabinetI::h |
| int CabinetI::model |
|
static |
| int CabinetI::n |
|
static |
| cabinet_float CabinetI::x[16] |
| cabinet_float CabinetI::y[16] |