|
libsidplayfp
1.0.3
|
#include <Filter6581.h>
Public Member Functions | |
| int | clock (int voice1, int voice2, int voice3) |
| void | input (int sample) |
| void | updatedCenterFrequency () |
| void | updatedResonance () |
| void | updatedMixing () |
| void | setFilterCurve (double curvePosition) |
Filter based on Dag Lem's 6581 filter from reSID 1.0 prerelease. See original source for discussion about theory of operation.
Java port by Antti S. Lankila
| RESID_INLINE int reSIDfp::Filter6581::clock | ( | int | v1, |
| int | v2, | ||
| int | v3 | ||
| ) | [virtual] |
SID clocking - 1 cycle
| v1 | voice 1 in |
| v2 | voice 2 in |
| v3 | voice 3 in |
Implements reSIDfp::Filter.
| void reSIDfp::Filter6581::setFilterCurve | ( | double | curvePosition | ) |
Set filter curve type based on single parameter.
| curvePosition | 0 .. 1, where 0 sets center frequency high ("light") and 1 sets it low ("dark") |
| void reSIDfp::Filter6581::updatedCenterFrequency | ( | ) | [virtual] |
Switch to new distortion curve.
Implements reSIDfp::Filter.
| void reSIDfp::Filter6581::updatedMixing | ( | ) | [virtual] |
Mixing configuration modified (offsets change)
Implements reSIDfp::Filter.
| void reSIDfp::Filter6581::updatedResonance | ( | ) | [inline, virtual] |
Resonance tuned by ear, based on a few observations:
Implements reSIDfp::Filter.
1.7.6.1