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

Method setMixerVolume

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

Source from the content-addressed store, hash-verified

402}
403
404void TChannel::setMixerVolume(u8 index, s16 p2) {
405 if (mForcedStop == 0) {
406 Mixer *mixer = &_10[index];
407 mixer->_02 = p2;
408 mixer->_06 &= 0xff;
409 }
410}
411
412void TChannel::setPauseFlag(u8 flag) {
413 mPauseFlag = flag;

Callers 1

updateDSPChannelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected