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

Method setInitPitch

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

Source from the content-addressed store, hash-verified

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; }
132 void setKey(s32 key) { mKey = key; }

Callers 3

channelStartMethod · 0.80
noteOnMethod · 0.80
noteOnOscMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected