| 39 | void setDistortion(float distortion = 1.0); |
| 40 | |
| 41 | std::shared_ptr<AudioSetting> distortion() const { return _distortion; }; |
| 42 | std::shared_ptr<AudioSetting> vb() const { return _vb; }; |
| 43 | std::shared_ptr<AudioSetting> vl() const { return _vl; } |
| 44 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected