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

Method setSkipSamples

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

Source from the content-addressed store, hash-verified

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
137 // Inline/Unused

Callers 1

channelStartMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected