
SAMPLING 2 / RESAMPLE (DSP)
---------------------------

Re-sample the input sample from a source rate (Rate In) to a destination rate (Rate Out) in Hz.

Any Rate value when <=0 (or unset) is set automatically to the working sample rate.

In case both rates are identical, the input sample is forwarded to output unchanged.

Please note that Samples do NOT carry any sample rate information; original sample rate, when available, must be obtained from Sample Loaders.

You can specify the Anti-Aliasing quality used for resampling; the filter selected will work for both up-sampling (interpolation, removing the "ghost" spectrum entering from the right) and down-sampling (LPF+decimation, removing the reflected spectrum). Please refer to SAMPLING_V2.pdf for the available filters.




NOTES
-----

-This module is provided only for destination modules which do not perform resampling internally. You must NOT use this module with destination modules which already perform re-sampling, i.e. which have an "Original Rate" pin or alike (eg. sample oscillators or players). 

-This module uses double precision sample positioning, so it can work reliably even with long samples.
Despite that, you are strongly advised not to abuse this module with very long samples ("recordings", or "tracks") since doing so may cause CPU overload and audio drop-outs. Please use your preferred audio editor for that !

-A GUI version is no longer supplied, because resampling should always be performed on DSP side, when really needed, and at present we can see no reason to perform resampling on the GUI side.



















