Sound Byte Libs 29c5ff3
C++ firmware library for audio applications on 32-bit ARM Cortex-M processors
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
sbl::dsp::ExpCurveWarp Struct Reference

#include <warp.hpp>

Collaboration diagram for sbl::dsp::ExpCurveWarp:

Static Public Member Functions

static uint16_t warp (uint16_t phase, uint16_t curve)
 

Detailed Description

Definition at line 88 of file warp.hpp.

Member Function Documentation

◆ warp()

static uint16_t sbl::dsp::ExpCurveWarp::warp ( uint16_t  phase,
uint16_t  curve 
)
inlinestatic
Note
ISR-safe — bounded computation, no I/O.

Definition at line 90 of file warp.hpp.

References sbl::dsp::lut::exp_curve_256.

Referenced by sbl::components::cv::CvInput::scaled_curved(), and sbl::components::control::Pot::scaled_curved().

Here is the caller graph for this function:

The documentation for this struct was generated from the following file: