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

Method setPanPower

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

Source from the content-addressed store, hash-verified

183 void setGateRate(u8 rate) { mGateRate = rate; }
184 void setNoteOnPrio(u8 prio) { mNoteOnPrio = prio; }
185 void setPanPower(f32 power) { mPanPower = power; }
186 void setReleasePrio(u8 prio) { mReleasePrio = prio; }
187 void setSkipSample(u32 skip) { mSkipSample = skip; }
188 void setTranspose(s8 val) { mTranspose = val; }

Callers 1

writeRegMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected