Files
ardour/libs/ardour
Robin Gareus 6e2d34df2d Fix MIDI Clock generator (rounding issues)
This broke in f67029bd0 and notably bcc1aeeb86.

next_tick needs to accommodate for sub-sample accuracy when
PPQN are not integer samples. e.g. 110 bpm @ 48kHz

PS. Instead of `double` we could use superclock next_tick, and
`one_ppqn_in_superclocks` respectively. This would provide us
with 62 bit significand (instead of 52 bit using double).

Yet for the case of MIDI clock, this will have no real world
effect.
2024-12-29 16:05:31 +01:00
..
2024-11-07 17:51:11 +01:00
2024-12-04 14:28:08 +01:00
2024-11-04 18:48:28 +01:00
2024-12-02 00:01:46 +01:00
2024-10-31 12:22:35 -06:00
2024-11-05 13:27:22 -07:00
2024-10-31 12:22:35 -06:00
2024-10-31 12:22:35 -06:00
2024-10-31 12:22:35 -06:00
2024-11-06 04:08:19 +01:00