On Mon Nov 20 11:27:00 2023 +0000, Rémi Bernon wrote:
This doesn't look flexible enough, and the hardcoded value isn't great. I'd do something like this to leave around 1ms of leeway.
todo_wine ok(fabs(note.rtTime - rt - scale_music_time(999, 120.0)) < 10000.0, "got %I64d\n", note.rtTime - rt);
1ms is not strict enough to catch 1 MT tick difference. Otherwise, done.