| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected