Home
last modified time | relevance | path

Searched refs:SIDFP (Results 1 – 21 of 21) sorted by relevance

/dports/audio/goattracker/goattracker-2.76/src/resid-fp/
H A Dsidfp.cpp34 void SIDFP::set_voice_nonlinearity(float nl) in set_voice_nonlinearity()
63 SIDFP::SIDFP() in SIDFP() function in SIDFP
83 SIDFP::~SIDFP() in ~SIDFP()
105 void SIDFP::reset() in reset()
124 void SIDFP::input(int sample) in input()
135 float SIDFP::output() in output()
160 reg8 SIDFP::read(reg8 offset) in read()
180 void SIDFP::write(reg8 offset, reg8 value) in write()
282 void SIDFP::enable_filter(bool enable) in enable_filter()
291 double SIDFP::I0(double x) in I0()
[all …]
H A Dsidfp.h29 class SIDFP
32 SIDFP();
33 ~SIDFP();
H A Dvoicefp.h48 friend class SIDFP; variable
H A Dextfiltfp.h64 friend class SIDFP; variable
H A Denvelopefp.h83 friend class SIDFP; variable
H A Denvelopefp.cpp26 env_dac[i] = SIDFP::kinked_dac(i, nl, 8); in set_nonlinearity()
H A Dwavefp.h92 friend class SIDFP; variable
H A Dfilterfp.cpp152 float type3_fc_kink = SIDFP::kinked_dac(fc, nonlinearity, 11); in set_w0()
H A Dfilterfp.h200 friend class SIDFP; variable
H A Dwavefp.cpp195 dac[i] = SIDFP::kinked_dac((1 << i), nl, 12); in set_nonlinearity()
/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/resid-fp/
H A Dsid.cc176 SIDFP::SIDFP() in SIDFP() function in SIDFP
204 SIDFP::~SIDFP() in ~SIDFP()
235 void SIDFP::reset() in reset()
254 void SIDFP::input(int sample) in input()
261 float SIDFP::output() in output()
284 reg8 SIDFP::read(reg8 offset) in read()
394 SIDFP::State::State() in State()
422 SIDFP::State SIDFP::read_state() in read_state()
510 void SIDFP::enable_filter(bool enable) in enable_filter()
529 double SIDFP::I0(double x) in I0()
[all …]
H A Dsid.h29 class SIDFP
32 SIDFP();
33 ~SIDFP();
H A Dvoice.cc73 env_dac[i] = SIDFP::kinked_dac(i, nonlinearity, 8); in calculate_dac_tables()
75 voice_dac[i] = SIDFP::kinked_dac(i, nonlinearity, 12) - wave_zero; in calculate_dac_tables()
H A Dvoice.h54 friend class SIDFP; variable
H A Dextfilt.h78 friend class SIDFP; variable
H A Denvelope.h78 friend class SIDFP; variable
H A Dfilter.cc173 float type3_fc_kink = SIDFP::kinked_dac(fc, kinkiness, 11) / kinkiness; in set_w0()
H A Dfilter.h196 friend class SIDFP; variable
H A Dwave.h116 friend class SIDFP; variable
/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/
H A Dsound_resid.cc11 SIDFP *sid;
26 psid->sid = new SIDFP; in sid_init()
/dports/audio/goattracker/goattracker-2.76/src/
H A Dgsid.cpp31 SIDFP *sidfp = 0;
72 if (!sidfp) sidfp = new SIDFP; in sid_init()