So I'm building a simple sampler/looper...
When a sample is recorded I can work out the time in milliseconds and length in samples, but I need to give a phasor~ a Hz value so it can drive a tabread4~ to playback the sample.
In short is there an easy way to convert milliseconds to Hz, eg 1000ms = 1Hz
Cheers.