does somebody know, if there's an object like [wrap] for audio? i thought [wrap~] would be the right, but this only wraps between 0 and 1.
Wrap for audio
does somebody know, if there's an object like [wrap] for audio? i thought [wrap~] would be the right, but this only wraps between 0 and 1.
you can still use [wrap~] but divide before and multiply after to get another modulus.
well see attached
mvh
You could also do [expr~ fmod($v1, $f2)].
Oops! Looks like something went wrong!