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
My application generates 0-indexed fret/strings. Fretboard.js errored out on a line where it tried something like dots[string-1] which would go negative when passed a 0-indexed string. It would be good if it would validate string input/1-indexedness.
The text was updated successfully, but these errors were encountered:
My application generates 0-indexed fret/strings. Fretboard.js errored out on a line where it tried something like
dots[string-1]
which would go negative when passed a 0-indexed string. It would be good if it would validate string input/1-indexedness.The text was updated successfully, but these errors were encountered: