revast / dvj

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

Smooth waveform scrolling w/ low framerate #156

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, the waveform scrolls slower than it should, and periodically
jumps whenever it gets too far behind.

Original issue reported on code.google.com by interim....@gmail.com on 9 May 2010 at 7:27

GoogleCodeExporter commented 9 years ago

Original comment by interim....@gmail.com on 31 Oct 2010 at 12:52

GoogleCodeExporter commented 9 years ago

Original comment by interim....@gmail.com on 31 Oct 2010 at 1:35

GoogleCodeExporter commented 9 years ago
Quantizing LGL_SecondsSinceLastFrame() to be n/60.0f helped.

Original comment by interim....@gmail.com on 26 Nov 2010 at 4:39