28 #include "siddefs-fp.h"
66 int clock(
int voice1,
int voice2,
int voice3);
72 void input(
int input) { ve = input << 4; }
76 void setFilterCurve(
double curvePosition) { highFreq = curvePosition; }
81 #if RESID_INLINING || defined(FILTER8580_CPP)
137 const float dVbp = w0 * Vhp;
138 const float dVlp = w0 * Vbp;
141 Vhp = (Vbp * _1_div_Q) - Vlp - Vi +
float(rand()) /
float(RAND_MAX);
143 float Vof = (float)Vo;
160 return (
int) Vof *
vol >> 4;