I'm using the VST to sync with Ableton via OSC. It looks like there's functions for converting a tap tempo or a midi clock to a speed or sawtooth, but not for OSC.
Given a raw BPM value, it doesn't seem there's any easy way to scale the speed of a function.
By extension of that, I'd like to have my master speed fader linked to the BPM.
I know that something like taptempo.speed(onchange(osc(0)) would work, but it takes a second to calibrate. Given that I have the actual BPM straight from OSC, it seems like this should be easy.
Any advice?