fretboard.js icon indicating copy to clipboard operation
fretboard.js copied to clipboard

Feature requests: Append dots, set dots by note/octave, get string/fret for note/octave.

Open ava-gunn opened this issue 2 years ago • 0 comments

I'm using the library to build a fretboard/scale display with audio stream pitch detection to set a dot indicator to display the currently played note. I'm hoping to extend this to show the intervallic functions of the pitches surrounding the currently played note for the given chord scale. The idea being that a user could see: "I'm currently playing the 3rd of Mixolydian and the b7 is here".

Some features that I think would be highly useful are:

  • Appending dots, or modifying dot styles without resetting or re-rendering the current scale display.
  • Adding dots by note/octave (e.g. "A4") for the given tuning without having to calculate string/fret.
  • Getting string/fret values for a given note/octave.

ava-gunn avatar Apr 15 '23 23:04 ava-gunn