This application allows you to explore guitar chords IN ANY TUNING and play with them in a virtual soundboard.
With this app, you can:
- For any tuning,see all the chords that are available in that tuning.
- Favorite a chord and play it in the soundboard.
- Select multiple chords and play them together.
- Remove chords from favorites.
- See the notes that make up a chord.
- The chords are named in Major, Minor, 7th, maj7, sus2, sus4, etc.
- Filter by mode.
- Filter by maximum amount of muted strings.
- Filter by maximim amount of fingers used.
- Filter by overall finger distance.
- Change the tempo of the playground.
- Add more columns to the playground.
It might take some time to load new tunings, but once it does, it's always available on the database. Further calls will be instantaneous. Defaultly loaded with Standard and Drop D.
To start the application you must:
- Install python requirements in
/api
withpython -m pip install -r requirements.txt
- Install node requirements in
/app
withnpm install
- Run the python API file in
/api
withpy api.py
- Inside
/app
runnpm start