Page 1 of 1

OSC issues - BPM

Posted: Sat Jun 24, 2017 11:36
by mowgli
I'm finding an increasing number of issues trying to make a custom touchOSC controller. After reading a lot of threads I assume that most of them, mainly the ones related to delayed or plain wrong OSC feedback from Res to touch OSC are caused by being on a wireless network, using a cable from laptop to router should fix this (I hope).
But I'm finding some very strange things. I added a label to display BPM and although it "works", if the BPM on Resolume displays 125.00BPM, touch OSC displays 0.24698795... Is there a way to fix this?

Re: OSC issues - BPM

Posted: Sat Jun 24, 2017 11:43
by Zoltán
if the BPM on Resolume displays 125.00BPM, touch OSC displays 0.24698795... Is there a way to fix this?
if you can do mathematical expressions in touchosc then you can calculate the value from the float.
the BPM range is 20-500 if I remember right 2-500 , and the osc float is 0.0-1.0

edit: the formula is: floatBPM*492+2 = BPM