|
FastLED 3.9.15
|
| void fl::third_party::hexwave::hexwave_init | ( | int32_t | width, |
| int32_t | oversample, | ||
| float * | user_buffer ) |
Initialize the hexwave library (DEPRECATED - use hexwave_engine_create)
| width | Size of BLEP, from 4..64, larger is slower & more memory but less aliasing |
| oversample | 2+, number of subsample positions, larger uses more memory but less noise |
| user_buffer | Optional, if provided the library will perform no allocations. |
Definition at line 450 of file stb_hexwave.cpp.hpp.
References FL_NOEXCEPT, hexwave_engine_create(), hexwave_engine_destroy(), sGlobalEngine, and fl::width.
Here is the call graph for this function: