- March 26, 2007
- 3,715
- 180
- Home Country
- Germany
When playing music the progress bar does not update smothly.
This is due to the fact that is uses integer percentage. i.e 1,2 .. 100.
For a standard 3 minute song: 1% is 3*60*0.01 = 1.8 sec. This means that
progress changes only each 1.8 sec.
Proposed soluition. Change progress to float i.e. 23,8%. This would increase resolution to 0.18 sec for 3 minute song.
http://mantis.team-mediaportal.com/view.php?id=2658
Open the issue in Mantis...
This is due to the fact that is uses integer percentage. i.e 1,2 .. 100.
For a standard 3 minute song: 1% is 3*60*0.01 = 1.8 sec. This means that
progress changes only each 1.8 sec.
Proposed soluition. Change progress to float i.e. 23,8%. This would increase resolution to 0.18 sec for 3 minute song.
http://mantis.team-mediaportal.com/view.php?id=2658
Open the issue in Mantis...