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

Method getFreqInHz

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

Source from the content-addressed store, hash-verified

374 void setWaveform(const PolyBLEPType waveform) { type = waveform; }
375 void setSampleRate(float sr) { sampleRate = sr; }
376 double getFreqInHz() const { return freqInSecondsPerSample * sampleRate; }
377};
378
379// clang-format on

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected