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

Method getValue

libs/JSystem/JAudio/System/JASLfo.cpp:16–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16f32 JASLfo::getValue() const {
17 if (mCounter != 0)
18 return 0.0f;
19
20 if (mDepth == 0.0f)
21 return 0.0f;
22
23 return JMASSinLap(_8) * mDepth;
24}
25
26void JASLfo::incCounter(f32 x) {
27 if (mCounter != 0) {

Callers 4

effectOscMethod · 0.45
updateEffectorParamMethod · 0.45
updateDSPChannelMethod · 0.45

Calls 1

JMASSinLapFunction · 0.85

Tested by

no test coverage detected