MCPcopy Create free account
hub / github.com/StrangeLoopsAudio/gRainbow / getRange

Method getRange

Source/Modulators.cpp:43–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43juce::Range<float> LFOModSource::getRange() {
44 if (bipolar->get()) {
45 return juce::Range<float>(-0.5f, 0.5f);
46 } else {
47 return juce::Range<float>(0.0f, 1.0f);
48 }
49}
50
51float LFOModSource::getPhase() { return (float)mCurPhase; }
52

Callers 3

timerCallbackMethod · 0.80
drawRotarySliderMethod · 0.80
timerCallbackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected