|
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 |
| Model32 * | models |
| int | model |
| int | n |
| int | h |
| cabinet_float * | a |
| cabinet_float * | b |
| cabinet_float | x [32] |
| cabinet_float | y [32] |
| sample_t | adding_gain |
| 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 Model32 | models44100 [] |
| static Model32 | models48000 [] |
| static Model32 | models88200 [] |
| static Model32 | models96000 [] |
| static PortInfo | port_info [] |
| void CabinetII::activate | ( | ) |
| void CabinetII::init | ( | ) |
| void CabinetII::one_cycle | ( | int | frames | ) |
| cabinet_float* CabinetII::a |
| sample_t CabinetII::adding_gain |
| cabinet_float * CabinetII::b |
| sample_t CabinetII::gain |
| int CabinetII::h |
| int CabinetII::model |
| Model32* CabinetII::models |
|
static |
|
static |
|
static |
|
static |
| int CabinetII::n |
|
static |
| cabinet_float CabinetII::x[32] |
| cabinet_float CabinetII::y[32] |