You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andrew Belt d87bf878eb Fix dsp::dbToAmplitude() for simd:: types. 1 year ago
..
approx.hpp Add dsp::polyDirect(), polyHorner(), and polyEstrin(). Rename approxExp2Floor() to exp2Floor() and make it correctly handle negative `x`. Rename approxExp2_taylor5() to exp2_taylor5() and improve polynomial coefficients. 1 year ago
common.hpp Fix dsp::dbToAmplitude() for simd:: types. 1 year ago
convert.hpp Make dsp::convert() default template deleted. Add trivial implementation. 3 years ago
digital.hpp Add BooleanTrigger::processEvent() and SchmittTrigger::processEvent() which can detect when the input value changes from high to low. 1 year ago
fft.hpp Add note about overlapping arrays in FFT wrapper. 3 years ago
filter.hpp Add doc comments to dsp and engine namespaces. 3 years ago
fir.hpp Change order of includes to C++ standard headers, library headers, and local project headers. 4 years ago
midi.hpp Add midi::Message::getFrame() and setFrame(). 3 years ago
minblep.hpp Auto-format code with astyle. 5 years ago
ode.hpp Use generic type for literals in ODE algorithms. 4 years ago
resampler.hpp Add dsp::SampleRateConverter::process() method with input/output strides. 2 years ago
ringbuffer.hpp Improve thread safety of ring buffers. 4 years ago
vumeter.hpp Add doc comments to dsp and engine namespaces. 3 years ago
window.hpp Rename simd/vector.hpp to simd/Vector.hpp. Make sure all useful headers are in rack.hpp. 3 years ago