Home
last modified time | relevance | path

Searched refs:extfilt (Results 1 – 25 of 87) sorted by relevance

1234

/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/resid-dtv/
H A DMakefile.am7 libresiddtv_a_SOURCES = sid.cc voice.cc wave.cc envelope.cc filter.cc extfilt.cc version.cc
9 noinst_HEADERS = sid.h voice.h wave.h envelope.h filter.h extfilt.h bittrain.h residdtv-config.h
/dports/emulators/vice/vice-3.5/src/resid-dtv/
H A DMakefile.am12 libresiddtv_a_SOURCES = sid.cc voice.cc wave.cc envelope.cc filter.cc extfilt.cc version.cc
14 noinst_HEADERS = sid.h voice.h wave.h envelope.h filter.h extfilt.h bittrain.h residdtv-config.h
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/sid/sidplay-libs/resid/
H A Dsid.cpp53 extfilt.set_chip_model(model); in set_chip_model()
66 extfilt.reset(); in reset()
81 int sample = extfilt.output()/((4095*255 >> 7)*3*15*2/range); in output()
95 int sample = extfilt.output()/((4095*255 >> 7)*3*15*2/range); in output()
367 extfilt.enable_filter(enable); in enable_external_filter()
443 extfilt.set_sampling_parameter (pass_freq); in set_sampling_parameters()
578 extfilt.clock(filter.output()); in clock()
658 extfilt.clock(delta_t, filter.output()); in clock()
/dports/emulators/vice/vice-3.5/src/resid/
H A Dsid.h114 ExternalFilter extfilt; variable
185 return extfilt.output(); in output()
221 extfilt.clock(filter.output()); in clock()
H A DMakefile.am20 libresid_a_SOURCES = sid.cc voice.cc wave.cc envelope.cc $(FILTER8580SRC) dac.cc extfilt.cc pot.cc …
24 noinst_HEADERS = sid.h voice.h wave.h envelope.h filter.h filter8580new.h dac.h extfilt.h pot.h spl…
H A DChangeLog44 * extfilt.h (ExternalFilter::clock): Cutoff frequency fixed point
50 * extfilt.cc (ExternalFilter::ExternalFilter): Assumes audio
228 * extfilt.cc (ExternalFilter::set_chip_model): New calculation of
267 * extfilt.cc, extfilt.h (ExternalFilter::set_chip_model): New
294 * envelope.h, extfilt.h, filter.h, voice.h, wave.h: inline keyword
330 * extfilt.h, filter.h: Moved filter stability code from sid.cc.
333 extfilt.h/filter.h. Don't clock the rest of the chip more
367 * extfilt.h, extfilt.cc: Implementation of C64 filter, external to
/dports/audio/libsidplayfp/libsidplayfp-2.3.1/src/builders/resid-builder/resid/
H A Dsid.h114 ExternalFilter extfilt; variable
185 return extfilt.output(); in output()
221 extfilt.clock(filter.output()); in clock()
H A DMakefile.am20 libresid_a_SOURCES = sid.cc voice.cc wave.cc envelope.cc $(FILTER8580SRC) dac.cc extfilt.cc pot.cc …
24 noinst_HEADERS = sid.h voice.h wave.h envelope.h filter.h filter8580new.h dac.h extfilt.h pot.h spl…
H A DChangeLog44 * extfilt.h (ExternalFilter::clock): Cutoff frequency fixed point
50 * extfilt.cc (ExternalFilter::ExternalFilter): Assumes audio
228 * extfilt.cc (ExternalFilter::set_chip_model): New calculation of
267 * extfilt.cc, extfilt.h (ExternalFilter::set_chip_model): New
294 * envelope.h, extfilt.h, filter.h, voice.h, wave.h: inline keyword
330 * extfilt.h, filter.h: Moved filter stability code from sid.cc.
333 extfilt.h/filter.h. Don't clock the rest of the chip more
367 * extfilt.h, extfilt.cc: Implementation of C64 filter, external to
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/resid/
H A Dsid.h114 ExternalFilter extfilt; variable
185 return extfilt.output(); in output()
221 extfilt.clock(filter.output()); in clock()
H A DMakefile.am17 libresid_a_SOURCES = sid.cc voice.cc wave.cc envelope.cc $(FILTER8580SRC) dac.cc extfilt.cc pot.cc …
21 noinst_HEADERS = sid.h voice.h wave.h envelope.h filter.h dac.h extfilt.h pot.h spline.h resid-conf…
H A DChangeLog44 * extfilt.h (ExternalFilter::clock): Cutoff frequency fixed point
50 * extfilt.cc (ExternalFilter::ExternalFilter): Assumes audio
228 * extfilt.cc (ExternalFilter::set_chip_model): New calculation of
267 * extfilt.cc, extfilt.h (ExternalFilter::set_chip_model): New
294 * envelope.h, extfilt.h, filter.h, voice.h, wave.h: inline keyword
330 * extfilt.h, filter.h: Moved filter stability code from sid.cc.
333 extfilt.h/filter.h. Don't clock the rest of the chip more
367 * extfilt.h, extfilt.cc: Implementation of C64 filter, external to
/dports/audio/ocp/ocp-0.2.90/playsid/libsidplayfp-git/src/builders/resid-builder/resid/
H A Dsid.h117 ExternalFilter extfilt; variable
188 return extfilt.output(); in output()
227 extfilt.clock(filter.output()); in clock()
H A DMakefile.am20 libresid_a_SOURCES = sid.cc voice.cc wave.cc envelope.cc $(FILTER8580SRC) dac.cc extfilt.cc pot.cc …
24 noinst_HEADERS = sid.h voice.h wave.h envelope.h filter.h filter8580new.h dac.h extfilt.h pot.h spl…
/dports/audio/resid/resid-0.16/
H A DMakefile.am7 libresid_la_SOURCES = sid.cc voice.cc wave.cc envelope.cc filter.cc extfilt.cc pot.cc version.cc $(…
11 pkginclude_HEADERS = siddefs.h sid.h voice.h wave.h envelope.h filter.h extfilt.h pot.h spline.h
H A DChangeLog72 * extfilt.cc (ExternalFilter::set_chip_model): New calculation of
111 * extfilt.cc, extfilt.h (ExternalFilter::set_chip_model): New
138 * envelope.h, extfilt.h, filter.h, voice.h, wave.h: inline keyword
174 * extfilt.h, filter.h: Moved filter stability code from sid.cc.
177 extfilt.h/filter.h. Don't clock the rest of the chip more
211 * extfilt.h, extfilt.cc: Implementation of C64 filter, external to
H A Dsid.cc65 extfilt.set_chip_model(model); in set_chip_model()
78 extfilt.reset(); in reset()
106 int sample = extfilt.output()/((4095*255 >> 7)*3*15*2/range); in output()
120 int sample = extfilt.output()/((4095*255 >> 7)*3*15*2/range); in output()
385 extfilt.enable_filter(enable); in enable_external_filter()
632 extfilt.clock(filter.output()); in clock()
712 extfilt.clock(delta_t, filter.output()); in clock()
/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/resid-fp/
H A DMakefile.am7 libresidfp_a_SOURCES = sid.cc voice.cc wave.cc envelope.cc filter.cc extfilt.cc pot.cc version.cc c…
11 noinst_HEADERS = sid.h voice.h wave.h envelope.h filter.h extfilt.h pot.h
H A Dsid.cc221 extfilt.set_chip_model(model); in set_chip_model()
241 extfilt.reset(); in reset()
264 return extfilt.output() / (4095.f * 255.f * 3.f * 1.5f / range); in output()
521 extfilt.enable_filter(enable); in enable_external_filter()
580 extfilt.set_clock_frequency(clock_freq); in set_sampling_parameters()
730 extfilt.clock(filter.clock(voice[0].output(), voice[1].output(), voice[2].output(), ext_in)); in clock()
763 extfilt.nuke_denormals(); in clock()
/dports/audio/libsidplay2/sidplay-libs-2.1.1/resid/
H A DMakefile.am3 resid_headers=siddefs.h sid.h voice.h wave.h envelope.h filter.h extfilt.h pot.h spline.h
4 resid_sources=sid.cc voice.cc wave.cc envelope.cc filter.cc extfilt.cc pot.cc version.cc $(noinst_D…
H A Dsid.cc84 extfilt.set_chip_model(model); in set_chip_model()
97 extfilt.reset(); in reset()
125 int sample = extfilt.output()/((4095*255 >> 7)*3*15*2/range); in output()
139 int sample = extfilt.output()/((4095*255 >> 7)*3*15*2/range); in output()
417 extfilt.enable_filter(enable); in enable_external_filter()
501 extfilt.set_sampling_parameter (pass_freq); in set_sampling_parameters()
666 extfilt.clock(filter.output()); in clock()
746 extfilt.clock(delta_t, filter.output()); in clock()
H A DChangeLog72 * extfilt.cc (ExternalFilter::set_chip_model): New calculation of
111 * extfilt.cc, extfilt.h (ExternalFilter::set_chip_model): New
138 * envelope.h, extfilt.h, filter.h, voice.h, wave.h: inline keyword
174 * extfilt.h, filter.h: Moved filter stability code from sid.cc.
177 extfilt.h/filter.h. Don't clock the rest of the chip more
211 * extfilt.h, extfilt.cc: Implementation of C64 filter, external to
/dports/audio/goattracker/goattracker-2.76/src/resid-fp/
H A Dsidfp.cpp111 extfilt.reset(); in reset()
140 return extfilt.output() * (1.f / (2047.f * 255.f * 3.0f * 2.0f)); in output()
339 extfilt.set_clock_frequency(static_cast<float>(clock_freq * 0.5)); in set_sampling_parameters()
485 extfilt.clock(filter.clock( in clock()
535 extfilt.nuke_denormals(); in clock()
553 extfilt.nuke_denormals(); in clock_fast()
/dports/audio/lmms/lmms-1.2.2/plugins/sid/
H A Dsid.cc77 extfilt.set_chip_model(model); in set_chip_model()
90 extfilt.reset(); in reset()
118 int sample = extfilt.output()/((4095*255 >> 7)*3*15*2/range); in output()
132 int sample = extfilt.output()/((4095*255 >> 7)*3*15*2/range); in output()
397 extfilt.enable_filter(enable); in enable_external_filter()
644 extfilt.clock(filter.output()); in clock()
724 extfilt.clock(delta_t, filter.output()); in clock()
/dports/audio/goattracker/goattracker-2.76/src/resid/
H A Dsid.cpp82 extfilt.set_chip_model(model); in set_chip_model()
95 extfilt.reset(); in reset()
123 int sample = extfilt.output()/((4095*255 >> 7)*3*15*2/range); in output()
137 int sample = extfilt.output()/((4095*255 >> 7)*3*15*2/range); in output()
402 extfilt.enable_filter(enable); in enable_external_filter()
649 extfilt.clock(filter.output()); in clock()
729 extfilt.clock(delta_t, filter.output()); in clock()

1234