| 45 | std::shared_ptr<AudioParam> vibratoSpeed() const { return _vibratoSpeed; } |
| 46 | |
| 47 | std::shared_ptr<AudioParam> changeAmount() const { return _changeAmount; } |
| 48 | std::shared_ptr<AudioParam> changeSpeed() const { return _changeSpeed; } |
| 49 | |
| 50 | std::shared_ptr<AudioParam> squareDuty() const { return _squareDuty; } |
nothing calls this directly
no outgoing calls
no test coverage detected