Closed Psycast closed 4 years ago
In
transformNote()
, is there a chancenotes.length
is 0? If so, then thenotes
array access in themodReverse
if
block might be out-of-bounds.
I don't believe there's a chance no.
Side Note: The initial bound check I changed was actually wrong anyway as I misread how options.isolationOffset
was being set and adding a - 1
when I didn't need to.