Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
184
void SynthOscillatorImpl::setShape(SynthShape shape) {
185
setParams(SynthParams::fromShape(shape));
186
}
187
188
void SynthOscillatorImpl::setParams(const SynthParams& params) {
189
if (mHexWave) {
Callers
1
synth.hpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected