|
LMMS
|
#include <HRTF.h>
Public Member Functions | |
| void | set_pan (int p) |
| 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 | |
| int | pan |
| int | n |
| int | h |
| double | x [32] |
| struct { | |
| double * a | |
| double * b | |
| double y [32] | |
| } | left |
| struct { | |
| double * a | |
| double * b | |
| double y [32] | |
| } | right |
| 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 |
| void HRTF::init | ( | ) |
| void HRTF::one_cycle | ( | int | frames | ) |
| double* HRTF::a |
| double * HRTF::b |
| int HRTF::h |
| struct { ... } HRTF::left |
| int HRTF::n |
| int HRTF::pan |
|
static |
| struct { ... } HRTF::right |
| double HRTF::x[32] |
| double HRTF::y[32] |