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

Method getType

Source/Modulators.h:122–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 EnvModSource(int idx, juce::Colour _colour): ModSource(idx, _colour) {}
121
122 ModSourceType getType() { return ModSourceType::ENV; }
123 void processBlock() override;
124 juce::Range<float> getRange() override;
125 float getPhase() override { return (float)mEnv.state; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected