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

Method setKey

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

Source from the content-addressed store, hash-verified

130 void setInitPan(f32 pan) { mSoundParams.mPan = pan; }
131 void setInitDolby(f32 dolby) { mSoundParams.mDolby = dolby; }
132 void setKey(s32 key) { mKey = key; }
133 void setVelocity(u32 vel) { mVelocity = vel; }
134 void setSkipSamples(u32 skips) { mSkipSamples = skips; }
135 bool isDolbyMode() { return mMixConfig[0].whole == 0xffff; }

Callers 2

noteOnMethod · 0.80
noteOnOscMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected