| 59 | std::shared_ptr<AudioParam> lpFilterResonance() const { return _lpFilterResonance; } |
| 60 | std::shared_ptr<AudioParam> hpFilterCutoff() const { return _hpFilterCutoff; } |
| 61 | std::shared_ptr<AudioParam> hpFilterCutoffSweep() const { return _hpFilterCutoffSweep; } |
| 62 | |
| 63 | // utility functions that set the params with Hz values |
| 64 | void setStartFrequencyInHz(float); |
nothing calls this directly
no outgoing calls
no test coverage detected