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

◆ hexwave_create_legacy()

void fl::third_party::hexwave::hexwave_create_legacy ( HexWave * hex,
int32_t reflect,
float peak_time,
float half_height,
float zero_wait )

Create oscillator using global engine (DEPRECATED)

Note
This version uses the global engine. Prefer hexwave_create with explicit engine.

Definition at line 83 of file stb_hexwave.cpp.hpp.

84{
85 hexwave_create(hex, sGlobalEngine, reflect, peak_time, half_height, zero_wait);
86}
static HexWaveEngine * sGlobalEngine
void hexwave_create(HexWave *hex, HexWaveEngine *engine, int32_t reflect, float peak_time, float half_height, float zero_wait) FL_NOEXCEPT
Create a new oscillator with the given waveform parameters.
const hex_t hex
Definition ios.cpp.hpp:6

References FL_NOEXCEPT, fl::hex, hexwave_create(), and sGlobalEngine.

+ Here is the call graph for this function: