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

Method setTremolo

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

Source from the content-addressed store, hash-verified

117 }
118 void setVibrateDelay(u16 delay) { mVibrate.setDelay(delay); }
119 void setTremolo(f32 depth, f32 pitch)
120 {
121 mTremolo.setDepth(depth);
122 mTremolo.setPitch(pitch);
123 }
124 void setTremoloDelay(u16 delay) { mTremolo.setDelay(delay); }
125 void setPriority(u16 prio) { mPriority = prio; }
126 void setParams(const JASChannelParams &params) { mParams = params; }

Callers 1

updateChannelMethod · 0.80

Calls 2

setDepthMethod · 0.80
setPitchMethod · 0.45

Tested by

no test coverage detected