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

Method MacroModSource

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

Source from the content-addressed store, hash-verified

148class MacroModSource : public ModSource {
149public:
150 MacroModSource(int idx, juce::Colour _colour): ModSource(idx, _colour) {}
151
152 ModSourceType getType() { return ModSourceType::MACRO; }
153 void processBlock() override;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected