Files
SonicForgeStudio/app
3dtours f59cc304d4 fix: TempoTrackLane bar spacing drift with floating-point BPM
- Replace t += beatDuration loop (floating accumulation drifts)
- Iterate by integer beat number: t = bn * beatDuration
- Each bar position computed independently, no cumulative error
- Same fix for snapInterval loop
- Fixes unequal bar widths for BPM like 77, 81
2026-07-27 08:25:47 +07:00
..
2026-07-21 18:22:39 +07:00
2026-07-23 08:32:23 +07:00
2026-07-23 08:32:23 +07:00
2026-07-18 15:09:05 +07:00
2026-07-18 15:09:05 +07:00