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

Method getType

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

Source from the content-addressed store, hash-verified

150 MacroModSource(int idx, juce::Colour _colour): ModSource(idx, _colour) {}
151
152 ModSourceType getType() { return ModSourceType::MACRO; }
153 void processBlock() override;
154 juce::Range<float> getRange() override;
155

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected