Working 😎
I know I said that I'd be catching up in a few days. But because I'm using this Blog as way to keep a timeline of the progress of the MOOVPAD projects, I needed to upload this latest development milestone, and I hope you guys enjoy this release from the team at Chill Music Lab while we see 🙂
Gauge Gradations & UI Updates
The images here show the various stages of the gauge. Ignore all the timings, because they just happened to be the values when I brought up the screen capture. The important things to notice are the values of the labels above the "3.0", "1.0" and "0" in the larger screen capture. This image was taken a short while ago and shows the values of the calculations and loop result from the UI Interop.
What we can see is that the "38" is the number of times (-1) that the loop in the UI Interop goes through to determine the number of gradations to fill. This wasn't working right at all before, but is now off by just one (since the loop counter begins at 0), and the reason it's off is just an easy fix for later tonight. We can also see the correct "3300" value for the WO calculation in this scenario, and the "100%" is a comparison of this WO value to that from the preset guide for this stage, which is also correct. I've been using these labels to help debug the code temporarily, to get around the hassle of not being able to debug the WASM app like a normal desktop/mobile app.
The issues with the gauge at the moment are: (a) the gradations are only updating in lots of 100%, rather than on a regular basis; and (b) I need to include a method for the gradations to show reduced levels as the intensities go down, which is the focus of the third stage for this gauge.
Stay awesome,
EMH
HOW MOOVPAD IS BEING BUILT
For the overview of how MOOVPAD apps are being developed, the reasoning behind particular decisions during development, policies, links to the science and research at the core of MOOVPAD, and more in relation to all the technical things, please see the link to the left.
This will be an ongoing work in progress, and will always be linked to the bottom of each upcoming Blog post.