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

Method setKeyRegionCount

libs/JSystem/JAudio/System/JASBasicInst.cpp:71–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void JASBasicInst::setKeyRegionCount(u32 count, JKRHeap *pHeap) {
72 delete[] mKeymap;
73 mKeymap = new (pHeap, 0) TKeymap[count];
74#line 110
75 JUT_ASSERT(mKeymap != 0);
76 mKeyRegionCount = count;
77}
78
79
80void JASBasicInst::setEffect(int index, JASInstEffect *effect) {

Callers 1

createBasicBankFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected