| 321 | public: |
| 322 | |
| 323 | PolyBlepImpl(double sampleRate_) : sampleRate(sampleRate_) |
| 324 | { |
| 325 | setWaveform(PolyBLEPType::TRIANGLE); |
| 326 | setFrequency(440.0); |
| 327 | setPulseWidth(0.5); |
| 328 | } |
| 329 | |
| 330 | ~PolyBlepImpl() = default; |
| 331 |
nothing calls this directly
no outgoing calls
no test coverage detected