|
LMMS
|
#include <Amp.h>
Public Member Functions | |
| void | init (double _fs) |
| void | activate (sample_t **) |
| void | start_cycle (sample_t **ports, double one_over_n) |
| double | get_band_gain (int i, double g) |
| void | set_band_gain (int i, float g) |
| sample_t | process (sample_t x) |
Public Attributes | |
| sample_t | eq_gain [4] |
| DSP::Eq< 4 > | eq |
Static Public Attributes | |
| static PreampBand | bands [4] |
| double ToneControls::get_band_gain | ( | int | i, |
| double | g ) |
| void ToneControls::init | ( | double | _fs | ) |
|
static |
| DSP::Eq<4> ToneControls::eq |
| sample_t ToneControls::eq_gain[4] |