nngn
Loading...
Searching...
No Matches
anonymous_namespace{gen.cpp} Namespace Reference

Functions

void fade (std::span< float > s, std::size_t ep, float g0, float g1, auto &&f)
 
void sine (std::span< float > s, std::size_t rate, auto &&f)
 

Variables

constexpr auto pi = std::numbers::pi_v<float>
 
constexpr auto w = 2.0f * pi
 

Function Documentation

◆ fade()

void anonymous_namespace{gen.cpp}::fade ( std::span< float > s,
std::size_t ep,
float g0,
float g1,
auto && f )
Here is the call graph for this function:

◆ sine()

void anonymous_namespace{gen.cpp}::sine ( std::span< float > s,
std::size_t rate,
auto && f )
Here is the call graph for this function:

Variable Documentation

◆ pi

auto anonymous_namespace{gen.cpp}::pi = std::numbers::pi_v<float>
constexpr

◆ w

auto anonymous_namespace{gen.cpp}::w = 2.0f * pi
constexpr