MCPcopy Create free account
hub / github.com/LabSound/LabSound / PolyBlepImpl

Method PolyBlepImpl

src/extended/PolyBLEPNode.cpp:323–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321public:
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected