|
LMMS
|
#include <Amp.h>
Public Member Functions | |
| template<sample_func_t F, int OVERSAMPLE> | |
| void | one_cycle (int frames) |
| void | init () |
| void | activate () |
| void | run (int n) |
| void | run_adding (int n) |
| Public Member Functions inherited from AmpStub | |
| AmpStub () | |
| void | init (bool adjust_downsampler=false) |
| sample_t | power_transfer (sample_t a) |
| Public Member Functions inherited from Plugin | |
| sample_t | getport_unclamped (int i) |
| sample_t | getport (int i) |
Public Attributes | |
| DSP::BiQuad | filter [3] |
| sample_t | cut |
| sample_t | tone |
| sample_t | supply |
| DSP::BiQuad | power_cap [2] |
| sample_t | adding_gain |
| Public Attributes inherited from AmpStub | |
| DSP::TwelveAX7_3 | tube |
| sample_t | drive |
| sample_t | i_drive |
| struct { | |
| double g | |
| } | current |
| DSP::OnePoleHP | dc_blocker |
| DSP::FIRUpsampler | up |
| DSP::FIR | down |
| 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 [] |
Additional Inherited Members | |
| Public Types inherited from AmpStub | |
| enum | { OVERSAMPLE = 8 , FIR_SIZE = 64 } |
|
inline |
| void AmpV::init | ( | ) |
| void AmpV::one_cycle | ( | int | frames | ) |
| sample_t AmpV::adding_gain |
| sample_t AmpV::cut |
| DSP::BiQuad AmpV::filter[3] |
|
static |
| DSP::BiQuad AmpV::power_cap[2] |
| sample_t AmpV::supply |
| sample_t AmpV::tone |