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

Class MacroModSource

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

Macro modulation source

Source from the content-addressed store, hash-verified

146
147// Macro modulation source
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;
154 juce::Range<float> getRange() override;
155
156 // Must be initialized externally (in this app done in Parameters.cpp)
157 juce::AudioParameterFloat* macro;
158};

Callers 1

ParamGlobalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected