Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
451
void TChannel::setFIR8FilterParam(s16 *src) {
452
setFilterTable(mFir8FilterParam, src, 8);
453
}
454
455
void TChannel::setDistFilter(s16 filter) {
456
mIirFilterParam[4] = filter;
Callers
1
updateChannel
Method · 0.80
Calls
1
setFilterTable
Function · 0.85
Tested by
no test coverage detected