jean-emmanuel / open-stage-control

Libre and modular OSC / MIDI controller
https://openstagecontrol.ammd.net
GNU General Public License v3.0
702 stars 88 forks source link

[Bug] calling "set" on "range" widget only sets a single value #779

Closed urstruktur closed 2 years ago

urstruktur commented 2 years ago

OSC version: v1.15.6 OS: Windows 10, 64-bit Client type: tested both with built-in and external

Once both of the two sliders are interacted with via the UI, calling set("range_1", [0.1,0.9]) only changes one slider. This happens only when "max" is moved first and the "min" slider second.

range_bug test_session.txt

Thank you for considering.

jean-emmanuel commented 2 years ago

Thanks for the report, I'll check this out !

jean-emmanuel commented 2 years ago

Fixed in sources (for v1.15.8)