Vidvox / oscqueryhtml

MIT License
14 stars 1 forks source link

Sliders and pop-up menus do not update state on OSC receiving #43

Closed dlublin closed 6 years ago

dlublin commented 6 years ago
  1. Follow steps to run node.js development server
  2. Open http://localhost:5050 in two different browser windows
  3. Observe that changes to character / color elements are updated in both windows
  4. Observe that changes to sliders update the values display, but not the slider position
  5. Observe that pop-up menus do not update at all when changed in one browser

See attached video for a quick demo.

Slider Updating Bug.mp4.zip

dustmop commented 6 years ago

For (5), dropdowns are now working thanks to 533dac6.

dustmop commented 6 years ago

For (4), sliders are now working thanks to 26fb7e2. Closing as fixed.