|
Guitarix
|
Classes | |
| struct | RegisterParams |
Functions | |
| void | init (int samplingFreq) |
| void | compute (int count, float *input0, float *output0) |
Variables | |
| FAUSTFLOAT & | fslider0 = get_alias("cab.treble") |
| double | fConst0 |
| double | fConst1 |
| double | fConst2 |
| FAUSTFLOAT & | fslider1 = get_alias("cab.bass") |
| double | fConst3 |
| double | fConst4 |
| double | fConst5 |
| double | fVec0 [3] |
| double | fRec1 [3] |
| double | fRec0 [3] |
| FAUSTFLOAT & | fslider2 = get_alias("cab.Level") |
| int | fSamplingFreq |
| void cabinet_impulse_former::compute | ( | int | count, |
| float * | input0, | ||
| float * | output0 | ||
| ) |
Definition at line 51 of file cabinet_impulse_former.cc.
Referenced by gx_engine::GxSimpleConvolver::compute(), gx_engine::GxConvolver::GxConvolver(), and gx_engine::GxSimpleConvolver::GxSimpleConvolver().
| void cabinet_impulse_former::init | ( | int | samplingFreq | ) |
Definition at line 37 of file cabinet_impulse_former.cc.
Referenced by Gxw::PortDisplay::set_state(), and Glib::wrap().
| double cabinet_impulse_former::fConst0 |
Definition at line 24 of file cabinet_impulse_former.cc.
| double cabinet_impulse_former::fConst1 |
Definition at line 25 of file cabinet_impulse_former.cc.
| double cabinet_impulse_former::fConst2 |
Definition at line 26 of file cabinet_impulse_former.cc.
| double cabinet_impulse_former::fConst3 |
Definition at line 28 of file cabinet_impulse_former.cc.
| double cabinet_impulse_former::fConst4 |
Definition at line 29 of file cabinet_impulse_former.cc.
| double cabinet_impulse_former::fConst5 |
Definition at line 30 of file cabinet_impulse_former.cc.
| double cabinet_impulse_former::fRec0[3] |
Definition at line 33 of file cabinet_impulse_former.cc.
| double cabinet_impulse_former::fRec1[3] |
Definition at line 32 of file cabinet_impulse_former.cc.
| int cabinet_impulse_former::fSamplingFreq |
Definition at line 35 of file cabinet_impulse_former.cc.
Referenced by init().
| FAUSTFLOAT& cabinet_impulse_former::fslider0 = get_alias("cab.treble") |
Definition at line 23 of file cabinet_impulse_former.cc.
| FAUSTFLOAT& cabinet_impulse_former::fslider1 = get_alias("cab.bass") |
Definition at line 27 of file cabinet_impulse_former.cc.
| FAUSTFLOAT& cabinet_impulse_former::fslider2 = get_alias("cab.Level") |
Definition at line 34 of file cabinet_impulse_former.cc.
Referenced by compute().
| double cabinet_impulse_former::fVec0[3] |
Definition at line 31 of file cabinet_impulse_former.cc.