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

Method getPhase

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

Source from the content-addressed store, hash-verified

123 void processBlock() override;
124 juce::Range<float> getRange() override;
125 float getPhase() override { return (float)mEnv.state; }
126
127 void handleNoteOn(int ts) {
128 mEnv.noteOn(ts);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected