Hey fam,
I want to be able to measure how ‘in time’ a user’s rhythm is by them tapping (the on screen button) along with a metronome.
I can take that data and look how close they are to the beat.
I’m using the timer set to a 1 second interval then looking at the miliseconds of when the button was pressed.
The issue I’m having is that the timer is getting out of sync every time it loops.
I’m using this block to test. Every time the value is decreasing by about 40 milliseconds (althought this number jumps around a bit).
Here is the project link:
https://x.thunkable.com/projectPage/64797d7e3168990309e21c79
Any help would be greatly appreciated.