eDSP
0.0.1
A cross-platform DSP library written in C++.
|
#include <edsp/oscillators/sawtooth.hpp>
#include <edsp/oscillators/square.hpp>
#include <edsp/oscillators/triangular.hpp>
#include <edsp/oscillators/sinusoidal.hpp>
Go to the source code of this file.
Namespaces | |
edsp | |
edsp::oscillators | |
Functions | |
template<typename T , OscillatorType Type, typename... Args> | |
constexpr auto | edsp::oscillators::make_oscillator (Args... arg) noexcept -> decltype(internal::_build_Generator< Type, T > |
Creates an oscillator using args as the parameter list for the construction. More... | |
template | edsp::oscillators::build (std::declval< Args &&>()...)) |