-
-
Notifications
You must be signed in to change notification settings - Fork 144
Closed
Labels
Description
It's offset by half a cell when creating notes.
And also when resizing notes, but in that case it's reasonable.
So you could give _getMouseBeat
a parameter, or split it into two functions,
one to give you the nearest position (with round
), and you to give the cell (with floor
),
maybe _getBeatNearestToMouse
and _getBeatForCellUnderMouse