fix: WaveformLane grid now respects snapValue (was always beat grid)

snapDivisor was computed but never used in loop. Grid always drew
at every beat. Now grid iterates at snapInterval = beatDuration * snapDivisor.
This commit is contained in:
2026-07-30 21:25:39 +07:00
parent 323be6a6f4
commit 64b9fbadd5
2 changed files with 10 additions and 11 deletions
File diff suppressed because one or more lines are too long