Files
ardour/gtk2_ardour
Devin J. Pohly e7b3020294 fix rounding error in the min:sec ruler
When zoomed in to the millisecond level, the framerate was being divided
by 1000 as an integer to generate a ruler tick interval, which doesn't
work so well at things like 44100 or 88200.  Instead, just count this
value in milliseconds, dividing by 1000 when we are done.

This was purely a display issue - the grid was in the correct place.
2014-05-14 09:08:43 -04:00
..
2014-03-23 00:46:12 +01:00
2014-04-28 21:29:35 +02:00
2014-03-25 06:36:09 -05:00
2014-04-30 19:06:32 +02:00
2014-01-07 20:55:26 -05:00
2014-01-16 10:51:21 -05:00
2014-01-13 09:49:09 -05:00
2013-12-22 09:25:33 +01:00
2014-01-09 11:54:01 -05:00
2014-01-15 14:29:32 -05:00
2014-01-14 21:13:21 -05:00
2013-12-21 15:31:27 -05:00
2014-03-10 00:48:48 +01:00
2014-01-20 10:52:59 -05:00
2014-04-24 20:55:03 +02:00