Skip to content

♫ Interactive Music Theory Explorer & Visualizer + Chord Progression Generator

Notifications You must be signed in to change notification settings

RidwanSharkar/Fretboard-2.0

Repository files navigation

Fretboard Explorer v2.0

Fretboard Explorer is designed for guitarists who want to explore music theory and chord progressions, and their corresponding finger-positions across the fretboard.

Overview:

• The program takes user input for a chord, key, or chord progression and computes all possible fingerings across the fretboard.
• Users can specify detailed chord qualities including major, minor, diminished, augmented, and extended chords such as 7th & 9th.
• Fretboard supports specification of chord criteria (e.g. skipping strings for voicing) or modifications to match user preferences for finger patterns.

All Chords in All Keys


Implementation 1: Interactive Music Theory Visualizer

• An array of all of the notes in the western scale [A, A#, B, C, C#, D, D#, E, F, F#, G, G#] are iterated through to extract the correct notes from the appropriate chord formula. For instance, the C Major chord consists of 1-3-5, or C-E-G, and will be highlighted upon user selection.

• Each chord belongs to a set of chords: [ I ii iii IV V VI Vii ] that form a 'key', all twelve of which are implemented as buttons on the Circle of Fifths for the user to explore.

• Once chord notes are displayed, an algorithm will determine which combinations of these available notes within the selected chord can be considered a "valid chord", meaning that they are actually physically playable on the guitar in real life. This involves eliminating the possibility of more than one note per string, or that no 2 notes be 5 frets apart (for instance, depending on the length of your fingers). Various chord customization parameters, such as "no open notes", or "don't skip strings" are available as well.

image


Implementation 2: Chord Progression Generator for Composition

• If a user wants to be in the key of A minor, for instance, and wants to explore the various chord progressions it offers, the program will follow outlined chord progression formulas and feed the user various Chord Progression possibilties that are ready-made to begin song-writing. Options to break the rules of music theory are added to mimic realistic composition, including transitioning to and borrowing compatible chords from neighboring keys.

image

• MIDI integration allows users to hear the exact chord displayed on the screen and throughout the generated chord progression. Randomly generated chord progressions that the user likes can be saved for future use.

image

About

♫ Interactive Music Theory Explorer & Visualizer + Chord Progression Generator

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published