Page 1 of 1

OSC Mapping - Divide and Multiply BPM are floats not Int

Posted: Tue Mar 03, 2020 02:17
by VjCtrldChaos
Hey Captains,

Trying to map up the /2 and *2 bpm buttons with OSC, but they seem to be floats that directly control the bpm instead of an int pulse to divide or multiply the BPM by 2.

Trying to pulse it from a generic stream deck.

If i send either an int or float OSC value (over 20 and under 500) it sets that as the BPM value instead of modifying the current value... if that makes sense.

Re: OSC Mapping - Divide and Multiply BPM are floats not Int

Posted: Tue Mar 03, 2020 08:57
by Zoltán
OSC for /composition/tempocontroller/tempo/divide expects float 0-1
You can check this by entering Shortcut editing, and clicking on the highlighted item: https://resolume.com/support/en/osc#type-tags-and-range

Image

Edit: Looks like the input is broken however indeed, we'll check this out.