VCV Rack API v2
|
Upsamples by an integer factor. More...
#include <resampler.hpp>
Public Member Functions | |
Upsampler (float cutoff=0.9f) | |
void | reset () |
void | process (float in, float *out) |
out must be length OVERSAMPLE | |
Public Attributes | |
float | inBuffer [QUALITY] |
float | kernel [OVERSAMPLE *QUALITY] |
int | inIndex |
Upsamples by an integer factor.
|
inline |
|
inline |
|
inline |
out
must be length OVERSAMPLE
float rack::dsp::Upsampler< OVERSAMPLE, QUALITY >::inBuffer[QUALITY] |
float rack::dsp::Upsampler< OVERSAMPLE, QUALITY >::kernel[OVERSAMPLE *QUALITY] |
int rack::dsp::Upsampler< OVERSAMPLE, QUALITY >::inIndex |