All Projects → korywakefield → arpeggio

korywakefield / arpeggio

Licence: other
A chord naming app for guitar written in React.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to arpeggio

mahler.c
Western music theory library in C99
Stars: ✭ 13 (-73.47%)
Mutual labels:  music-theory, chords
NegativeHarmonizer
A python tool to invert the tonality (a.k.a negative harmony) of midi notation
Stars: ✭ 23 (-53.06%)
Mutual labels:  harmony, music-theory
MusicTheory
Music Theory Library for Java and Android apps
Stars: ✭ 24 (-51.02%)
Mutual labels:  music-theory, chords
chords
Text-based chord progression editor
Stars: ✭ 25 (-48.98%)
Mutual labels:  music-theory, chords
fretonator
The ultimate interactive free guitar theory tool.
Stars: ✭ 42 (-14.29%)
Mutual labels:  guitar, music-theory
phptabs
A PHP library for reading, writing and rendering guitar tablatures and MIDI files
Stars: ✭ 34 (-30.61%)
Mutual labels:  guitar, chords
Tonal
A functional music theory library for Javascript
Stars: ✭ 2,156 (+4300%)
Mutual labels:  music-theory, chords
Tabdown
Tabdown is an open mark-up language for text tabs & chords.
Stars: ✭ 49 (+0%)
Mutual labels:  guitar, chords
Chord-Provider
A Chordpro parser/editor in SwiftUI 4 for macOS and iOS
Stars: ✭ 20 (-59.18%)
Mutual labels:  guitar, chords
chords
A Kotlin multi-platform view library for displaying stringed instrument chord diagrams
Stars: ✭ 25 (-48.98%)
Mutual labels:  guitar, chords
fretboarder
🎸 A web app to visualize scales, chords and arpeggios on all kinds of fretboards.
Stars: ✭ 34 (-30.61%)
Mutual labels:  guitar, music-theory
CliChords
[CliChords] Get ultimate-guitar.com guitar tabs and chords in your terminal - command line cli
Stars: ✭ 20 (-59.18%)
Mutual labels:  guitar, chords
chrome-extension-wallet
Harmony Chrome Extension Wallet
Stars: ✭ 54 (+10.2%)
Mutual labels:  harmony
JecsTools
Adds modding components to RimWorld: vehicles, spell casting, weapon slots, oversized weapons, and more!
Stars: ✭ 17 (-65.31%)
Mutual labels:  harmony
harmony
Mirror of Apache Harmony
Stars: ✭ 72 (+46.94%)
Mutual labels:  harmony
When-in-Rome
A meta-corpus of functional harmonic analysis.
Stars: ✭ 35 (-28.57%)
Mutual labels:  harmony
GuitarHeroUnity
Open Source - Guitar Hero fan game made in Unity
Stars: ✭ 100 (+104.08%)
Mutual labels:  guitar
openharmony-sheet
📊从零开始使用华为鸿蒙 OpenHarmony 开发游戏和表格渲染引擎
Stars: ✭ 132 (+169.39%)
Mutual labels:  harmony
awesome-defi
Curated list of awesome DeFi protocols, dapps, wallets and other resources
Stars: ✭ 36 (-26.53%)
Mutual labels:  harmony
harmony-ops
Harmony Ops Master Repository.
Stars: ✭ 36 (-26.53%)
Mutual labels:  harmony

Arpeggio

Arpeggio

[ahr-pej-ee-oh] noun

  1. The sounding of the notes of a chord in rapid succession instead of simultaneously.
  2. A web application specializing in the identification of chromatic polyphony (i.e. it names yer guitar chords 'n' stuff).

About

Arpeggio is a little weekend endeavor built with ❤️. Just kidding, it was built with a computer...and React. This is my first project working with React and I wanted it to be something that I'd find genuinely useful and interesting to explore. Inspired by some of the tools (read: Java applets) I would find online while learning guitar as a kiddo, Arpeggio is meant to be a fun way to help with chord discovery.

Usage

Instead of writing charts by hand or figuring out chords manually, Arpeggio will calculate the closest match based on the points plotted on the diagram. In addition to that, you can also:

  • Adjust the starting fret using the highlighted number to the left of the chart
  • Tune each string individually at the bottom of the chart to suit your preferences
  • Specify chart display options in the sidebar, such as how to display accidentals ( or ) and the total frets available on the chart

It's a great way to see the relationships between notes and their finger position, as well as how manipulating individual notes can result in new chords. One cool thing to do is pick a common shape and increment the starting fret to see what chords are created from moving it up the neck.

Planned Improvements

Arpeggio does most of what I initially set out for it to do, but there are certainly a few improvements I have planned at the moment:

  • Partial Matches – Chord results are currently calculated by comparing for exact matches in note values between your selected notes and the formula of a chord. This means that if you were wanting to display a match for an A7 chord, you would need to make sure all four notes it contains (A, C♯, E, G) are selected at least once on the chart. However, having at least the 1 (A), 3 (C♯), and ♭7 (G) selected should be sufficient for us to determine what chord we're going for. I plan on finding a way for partial matches like these to yield results when applicable.
  • Multiple Matches – Sometimes the notes of our chord can be looked at in multiple ways. An Em7 (E, G, B, D) with a G in the bass could be viewed as either an Em7/G inversion or a G6. Both are correct values, but depending on how you are thinking about the music as a whole, you may view them differently. Ideally there will be a way to reflect these multiple matches in the application and allow users to cycle through them.

Contributing

If you've found a bug or have an idea for a potential feature, let me know! This project has been a really fun way to start understanding React better and I'd love to try and implement anything that might improve the overall experience of using the tool.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].