fmodica / fretboard

A configurable fretboard for displaying notes programatically and capturing user input. Built with HTML/CSS/JavaScript.
MIT License
22 stars 5 forks source link

Vertical Fretboard for Octave shapes, arpeggios, etc. #6

Open SPNilsen opened 4 years ago

SPNilsen commented 4 years ago

A common documentation method for chords, arpeggios, octaves, etc is a vertical fretboard. I know there has not been a lot of movement on this code in a while, but it would be great to have an option to rotate the fretboard 90 degrees to display patterns and such while keeping the text correctly oriented. The minimum number of fret could also be 5 for this view.

fmodica commented 4 years ago

Thank you for the suggestion. Some of the styling is done through JavaScript, while the rest is done through CSS to allow the user to have some control. I may be able to use CSS transforms to display a vertical fretboard. As you noted, I don't work on this much anymore due to time, but I'll take a look. Are you planning to build something using this or other fretboard software in the near future?