You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the user touches the sheet, we want to position the cursor at the nearest beat.
Right now, we only detect direct hits on the notes SVG elements, but these take up a very small percentage of the surface of their beat, which is a rectangular slice of a staff or system of staves.
We need to compute these beat rectangles and store them for fast query, just like we do for measure timestamp maps.
The text was updated successfully, but these errors were encountered:
When the user touches the sheet, we want to position the cursor at the nearest beat.
Right now, we only detect direct hits on the notes SVG elements, but these take up a very small percentage of the surface of their beat, which is a rectangular slice of a staff or system of staves.
We need to compute these beat rectangles and store them for fast query, just like we do for measure timestamp maps.
The text was updated successfully, but these errors were encountered: