MCPcopy Create free account
hub / github.com/FastLED/FastLED / setShape

Method setShape

src/fl/audio/synth.cpp.hpp:184–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184void SynthOscillatorImpl::setShape(SynthShape shape) {
185 setParams(SynthParams::fromShape(shape));
186}
187
188void SynthOscillatorImpl::setParams(const SynthParams& params) {
189 if (mHexWave) {

Callers 1

synth.hppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected