FastLED 3.9.15
Loading...
Searching...
No Matches

◆ setSuperSample()

void fl::WaveSimulation1D::setSuperSample ( SuperSample factor)
inline

Definition at line 55 of file wave_simulation.h.

55 {
56 if (uint32_t(factor) == mMultiplier) {
57 return;
58 }
59 init(mOuterLength, factor, mSim->getSpeed(), mSim->getDampenening());
60 }
fl::scoped_ptr< WaveSimulation1D_Real > mSim
void init(uint32_t length, SuperSample factor, float speed, int dampening)

References init(), mMultiplier, mOuterLength, and mSim.

+ Here is the call graph for this function: