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

Method setInitFxmix

include/JSystem/JAudio/System/JASChannel.h:128–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126 void setParams(const JASChannelParams &params) { mParams = params; }
127 void setInitVolume(f32 volume) { mSoundParams.mVolume = volume; }
128 void setInitFxmix(f32 fxMix) { mSoundParams.mFxMix = fxMix; }
129 void setInitPitch(f32 pitch) { mSoundParams.mPitch = pitch; }
130 void setInitPan(f32 pan) { mSoundParams.mPan = pan; }
131 void setInitDolby(f32 dolby) { mSoundParams.mDolby = dolby; }

Callers 1

noteOnMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected