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

Method assignExtBuffer

libs/JSystem/JAudio/System/JASTrack.cpp:183–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183void JASTrack::assignExtBuffer(u32 index, JASSoundParams *soundParams) {
184#line 241
185 JUT_ASSERT(index < mChannelMgrCount);
186 mChannelMgrs[index]->mSoundParams = soundParams;
187}
188
189void JASTrack::setSeqData(void *p1, u32 p2) {
190#line 249

Callers 5

startTrack_Method · 0.80
initTrack_JAISound_Method · 0.80
mixOutMethod · 0.80
playSeqData_Method · 0.80
releaseChildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected