16 this->framesPerSecond = framesPerSecond;
17 this->decaySeconds = decaySeconds;
18 this->decayTime = framesPerSecond * decaySeconds;
19 this->maxDecayTime = OSCILLOSCOPE_MAX_DECAY_TIME();
43 decayTime = framesPerSecond * decaySeconds;
49 decaySeconds = newValue * maxDecayTime;
DecayCounter(int framesPerSecond, float decaySeconds)
void parameterChanged(const juce::String ¶meterID, float newValue) override