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

◆ hex_blep()

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

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

107{
108 hex_add_oversampled_bleplike(output, time_since_transition, scale, engine->blep, engine);
109}
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 * blep
Band-limited step 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: