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

Method setTranspose

include/JSystem/JAudio/System/JASTrack.h:188–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186 void setReleasePrio(u8 prio) { mReleasePrio = prio; }
187 void setSkipSample(u32 skip) { mSkipSample = skip; }
188 void setTranspose(s8 val) { mTranspose = val; }
189 void setTremDelay(u16 delay) { mTremDelay = delay; }
190 void setTremDepth(f32 depth) { mTremDepth = depth; }
191 void setTremPitch(f32 pitch) { mTremPitch = pitch; }

Callers 1

writeRegMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected