-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
m7 / 6 chords and alternate tunings #3
Comments
I looked at the chord calculation code a bit, and hacked at it some. |
Hi there, glad you like the idea. OK glad you worked out I merged those changes already, such as they are. Yeah the re-entrant thing is a bit wierd. I haven't even worked out how the notes of chords on a uke work. Totally learning as I go along. More chords would be useful thanks! If you'd like to put together a pull request, and if it looks reasonable (i.e. it passes the qunit tests & jshint validation, and doesn't break the existing samples), then I can add you to the project, I'll let you merge the changes yourself and then it'll show up as your work. Once the chord calcluation is done I'm keen to add 'preferred voicings' somehow, so that you could find e.g. barre chords around a certain part of the fretboard, stuff like that. Cheers |
Yeah, chords on the uke are just "play all the notes in the chord". It I don't know anything about grunt, and haven't actually played the guitar Hi there, glad you like the idea. It definitely deserves more features, I've just been distracted by other OK glad you worked out I merged those changes already, such as they are. Yeah the re-entrant thing is a bit wierd. I haven't even worked out how the More chords would be useful thanks! If you'd like to put together a pull Once the chord calcluation is done I'm keen to add 'preferred voicings' Cheers — |
For Uke chord pattern reference, ukebuddy.com is amazing. Another idea I dreamt up the other day is to show a blank fretboard. Click |
I love the idea of highlighting all potential voicings, maybe colour-coded for each note in the chord. I'm going along to a javascript hack night next week, maybe I'll explore some of this stuff. I'll let you know once I make some progress. If you fiddle with it yourself please do show your work with a fork or a link :) |
Hey there, thanks for this nice tool :) I have some questions please :
Looks like i have to create a new family key in But where to get the values to add to the min7 family ? like Thanks 🎸 🎶 |
Hey! Awesome little library. The custom chord progression example is almost exactly what I've been looking for.
It seems to have trouble with sixth / minor 7th chords.
Am7 / C6 is the open ukulele tuning, and barring straight across at any position gets you a Sixth, so on the uke, they're pretty commonly used.
You mentioned you were working on a branch that calculated the notes/positions dynamically, and that's ideally what I'm looking for - especially for 'weird tunings'. Slack key tunings, for example, where one or more strings are 'slacked' to form a major chord in the open strings.
Also, arbitrary numbers of strings, for creatures like the 5 string bass.
I'm curious to see the code that calculates chords dynamically!
The text was updated successfully, but these errors were encountered: