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.
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.