Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
447
void TChannel::setIIRFilterParam(s16 *src) {
448
setFilterTable(mIirFilterParam, src, 8);
449
}
450
451
void TChannel::setFIR8FilterParam(s16 *src) {
452
setFilterTable(mFir8FilterParam, src, 8);
Callers
1
updateChannel
Method · 0.80
Calls
1
setFilterTable
Function · 0.85
Tested by
no test coverage detected