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

Method setFIR8FilterParam

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

Source from the content-addressed store, hash-verified

449}
450
451void TChannel::setFIR8FilterParam(s16 *src) {
452 setFilterTable(mFir8FilterParam, src, 8);
453}
454
455void TChannel::setDistFilter(s16 filter) {
456 mIirFilterParam[4] = filter;

Callers 1

updateChannelMethod · 0.80

Calls 1

setFilterTableFunction · 0.85

Tested by

no test coverage detected