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

Method setMixerInitVolume

libs/JSystem/JAudio/System/JASDSPInterface.cpp:389–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

387}
388
389void TChannel::setMixerInitVolume(u8 index, s16 p2) {
390 Mixer *mixer = &_10[index];
391 mixer->_04 = p2;
392 mixer->_02 = p2;
393 mixer->_06 = 0;
394}
395
396void TChannel::setMixerInitDelaySamples(u8, u8) {
397 // UNUSED

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected