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

Method setMixConfig

libs/JSystem/JAudio/System/JASChannel.cpp:116–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116void JASChannel::setMixConfig(u32 bus, u16 mixConfig) {
117#line 142
118 JUT_ASSERT(bus < BUSOUT_CPUCH);
119 mMixConfig[bus].whole = mixConfig;
120}
121
122f32 JASChannel::calcEffect(const JASChannel::PanVector *panVector) {
123 return panVector->mSound + panVector->mEffect + panVector->mChannel;

Callers 2

channelStartMethod · 0.80
channelStartMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected