balandinodidonato / MyoMapper

Myo Mapper is an open-source application to map Myo armband data into OSC.
http://www.balandinodidonato.com/myomapper
47 stars 8 forks source link

JUCE 5 Release #33

Closed JeffersonBledsoe closed 7 years ago

JeffersonBledsoe commented 7 years ago

Project updated to JUCE 5 (Built using the Projucer in GPL mode so the splash screen and app usage collection are disabled). The "show orientation/ pose" buttons have listeners added to fix a bug where the GUI wouldn't update until the mouse had been moved off the toggle button. The bounds setting for the setting, orientation and pose panels has been updated to use a technique where the area being drawn to is defined as a rectangle and the bounds of the components set by removing smaller rectangles from the large rectangle. Checking of bounds is now done through checking if the component is visible rather than setting and checking bounds.