![]() |
VCV Rack API v2
|
Go to the source code of this file.
Classes | |
| struct | rack::dsp::RealTimeConvolver |
Namespaces | |
| namespace | rack |
| Root namespace for the Rack API. | |
| namespace | rack::dsp |
| Digital signal processing routines and classes. | |
Functions | |
| float | rack::dsp::convolveNaive (const float *in, const float *kernel, int len) |
| Performs a direct sum convolution. | |
| void | rack::dsp::boxcarLowpassIR (float *out, int len, float cutoff=0.5f) |
| Computes the impulse response of a boxcar lowpass filter. | |