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

Method handleNoteOn

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

Source from the content-addressed store, hash-verified

125 float getPhase() override { return (float)mEnv.state; }
126
127 void handleNoteOn(int ts) {
128 mEnv.noteOn(ts);
129 mCurTs = ts;
130 }
131 void handleNoteOff(int ts) {
132 mEnv.noteOff(ts);
133 mCurTs = ts;

Callers

nothing calls this directly

Calls 1

noteOnMethod · 0.45

Tested by

no test coverage detected