I'm creating a sample player/looper and I want the starting point of the sample to change randomly every time i push a button.
I have this set up and working using the button to trigger a rand/uniform lfo wich then modulates the wave/play fn position input, BUT the random lfo only outputs whole numbers and that gives a limited amount of starting points for the sample. How can I get the rand/uniform object to output decimals as well?