|
libsidplayfp
0.3.5
|
Public Member Functions | |
| int | clock (const int voice1, const int voice2, const int voice3) |
| void | updatedCenterFrequency () |
| void | updatedResonance () |
| void | input (const int input) |
| void | updatedMixing () |
| void | setFilterCurve (const double curvePosition) |
Public Member Functions inherited from reSIDfp::Filter | |
| void | enable (const bool enable) |
| void | setClockFrequency (const double clock) |
| void | reset () |
| void | writeFC_LO (const unsigned char fc_lo) |
| void | writeFC_HI (const unsigned char fc_hi) |
| void | writeRES_FILT (const unsigned char res_filt) |
| void | writeMODE_VOL (const unsigned char mode_vol) |
Additional Inherited Members | |
Protected Attributes inherited from reSIDfp::Filter | |
| double | clockFrequency |
| int | fc |
| int | res |
| int | vol |
| bool | filt1 |
| bool | filt2 |
| bool | filt3 |
| bool | filtE |
| bool | voice3off |
| bool | hp |
| bool | bp |
| bool | lp |
|
virtual |
SID clocking - 1 cycle
| v1 | voice 1 in |
| v2 | voice 2 in |
| v3 | voice 3 in |
| vE | external audio in |
Implements reSIDfp::Filter.
|
virtual |
Set filter cutoff frequency.
Implements reSIDfp::Filter.
|
inlinevirtual |
Mixing configuration modified (offsets change)
Implements reSIDfp::Filter.
|
virtual |
Set filter resonance.
Implements reSIDfp::Filter.
1.8.1.1