Jonasrems / tapmania

Automatically exported from code.google.com/p/tapmania
GNU General Public License v3.0
0 stars 0 forks source link

Rewrite sync screen to take average over samples #155

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently the sync audio offset screen syncs by moving towards current user 
input.. it should take samples (say 10 or 12 notes) and take average offset 
from them.. apply the offset and carry on. That should give a better and more 
accurate result.. it's also easier to use without getting confused.

Original issue reported on code.google.com by godexsoft on 10 Jan 2013 at 8:47

GoogleCodeExporter commented 9 years ago
starting this

Original comment by godexsoft on 12 Jan 2013 at 4:00

GoogleCodeExporter commented 9 years ago
now it's taking average of 12 samples before applying the new value. also 
removed combo and judgements from the sync screen so that they don't distract 
the user

Original comment by godexsoft on 12 Jan 2013 at 5:07