Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/doldecomp/mkdd
/ getInst
Method
getInst
libs/JSystem/JAudio/System/JASBasicBank.cpp:23–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
JASInst *JASBasicBank::getInst(u32 id) const {
24
if (id >= INST_MAX) {
25
return nullptr;
26
}
27
return mInstTable[id];
28
}
Callers
2
findOscPtr
Function · 0.80
noteOn
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected