
WRAP (AUDIO, FLOAT, INT)
------------------------

Wraps the input within a specified range, so that it will repeat cyclically between zero and Range (excluded).
Range must be >= 0, negative values will be clipped to zero and a zero range will produce zero (a range <=0 for wrapping is pointless)