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

◆ hex_blamp()

static void fl::third_party::hexwave::hex_blamp ( float * output,
float time_since_transition,
float scale,
HexWaveEngine * engine )
static

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

112{
113 hex_add_oversampled_bleplike(output, time_since_transition, scale, engine->blamp, engine);
114}
fl::UISlider scale("Scale", 4,.1, 4,.1)
static void hex_add_oversampled_bleplike(float *output, float time_since_transition, float scale, float *data, HexWaveEngine *engine) FL_NOEXCEPT
float * blamp
Band-limited ramp table.

References FL_NOEXCEPT, hex_add_oversampled_bleplike(), and scale.

Referenced by hexwave_generate_samples().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: