|
LMMS
|
#include <Pan.h>
Public Member Functions | |
| template<sample_func_t F> | |
| void | one_cycle (int frames) |
| void | set_pan (sample_t) |
| 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 | pan |
| sample_t | gain_l |
| sample_t | gain_r |
| DSP::Delay | delay |
| PanTap | tap |
| 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 [] |
| void Pan::activate | ( | ) |
| void Pan::init | ( | ) |
| void Pan::one_cycle | ( | int | frames | ) |
| DSP::Delay Pan::delay |
| sample_t Pan::gain_l |
| sample_t Pan::gain_r |
| sample_t Pan::pan |
|
static |
| PanTap Pan::tap |