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

Method ModSource

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

Source from the content-addressed store, hash-verified

29class ModSource {
30public:
31 ModSource(int idx, juce::Colour _colour): mIdx(idx), colour(_colour), mSampleRate(48000), mBlockSize(512), mOutput(0.0f) {}
32
33 int getIdx() { return mIdx; }
34 virtual ModSourceType getType() = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected