From 70f70b676a03478104016ea101d952a789991001 Mon Sep 17 00:00:00 2001 From: Aadhavan Srinivasan Date: Tue, 1 Jul 2025 15:29:24 -0400 Subject: [PATCH] Added README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..fd7e42c --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +## Guitar Fretboard + +This is a testing project to render an interactive guitar fretboard, with the ability to define markers to play specific notes. + +It was cobbled together from the following projects, so huge thanks to them: + +- https://github.com/KCarlile/guitar-diagrams-js - Drawing a customizable fretboard +- https://tonejs.github.io/ - Playing audio +- https://github.com/nbrosowsky/tonejs-instruments - Guitar sound samples