MCPcopy Create free account
hub / github.com/doldecomp/mkdd / setIIRFilterParam

Method setIIRFilterParam

libs/JSystem/JAudio/System/JASDSPInterface.cpp:447–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

445}
446
447void TChannel::setIIRFilterParam(s16 *src) {
448 setFilterTable(mIirFilterParam, src, 8);
449}
450
451void TChannel::setFIR8FilterParam(s16 *src) {
452 setFilterTable(mFir8FilterParam, src, 8);

Callers 1

updateChannelMethod · 0.80

Calls 1

setFilterTableFunction · 0.85

Tested by

no test coverage detected