Hello people.
I'm making a sequencer patch that's controlled by OSC.
I'd really like to make a tempo BPM slider that controls a metro, however the OSC data comes in the form of 0.001 to 1.
I'm really struggling to find a way in which to turn this 0.001 - 1 range into say 60BPM - 160BPM.
I have
[input]
|
[60000 $1(
|
[/]
|
[output]
to convert from ms into BPM, but I've no idea what to do to get the 0.445 into a useful number for ms to be converted.
If I use a multiplier to boost the initial number then I end up with a BPM range of like 7bpm to 5000bpm.
So can anyone help me get 0.001 = 60bpm - 1.000 = 160bpm please please please?