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

Method EnvModSource

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

Source from the content-addressed store, hash-verified

118class EnvModSource : public ModSource {
119public:
120 EnvModSource(int idx, juce::Colour _colour): ModSource(idx, _colour) {}
121
122 ModSourceType getType() { return ModSourceType::ENV; }
123 void processBlock() override;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected