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

Method setVelocity

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

Source from the content-addressed store, hash-verified

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; }
136

Callers 2

noteOnMethod · 0.80
noteOnOscMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected