| 49 | |
| 50 | std::shared_ptr<AudioParam> squareDuty() const { return _squareDuty; } |
| 51 | std::shared_ptr<AudioParam> dutySweep() const { return _dutySweep; } |
| 52 | |
| 53 | std::shared_ptr<AudioParam> repeatSpeed() const { return _repeatSpeed; } |
| 54 | std::shared_ptr<AudioParam> phaserOffset() const { return _phaserOffset; } |
nothing calls this directly
no outgoing calls
no test coverage detected