ayeee
I've got a metronome triggering slices of a breakbeat and I've set up a way to shift every second metronome bang using a delay object and spigot objects. By altering the delay you can create more or less of a swing to the metronome bangs. However obviously you can only delay the bang so much before it appears in sync with the next bang and this is based the tempo that your working at.
so...
I'd like to use the tempo to calculate a range for the delay.
i.e
If the tempo was 120BPM then the metronome will be 'BANG'ing every 500 ms
so the rage for the delay would be from 0 ms to something less than 500 ms (lets say 450)
If the tempo was 240BPM the metronome will be 'BANG'ing every 250ms
so the range of the delay would be from 0 ms to say 250 ms ( so.... like ..... 225)
so yeah
I'd like to generate the minium and maximum for a vertical slider based on the tempo at run time
hmmmmmm.....
I hope that's kiind of clearer but looking back it's quite long winded
I'm sorry.
let me know if it still doesn't make any sense.
Thank youuuuu
Iain