-
Notifications
You must be signed in to change notification settings - Fork 220
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
Slash chords with the bass #192
Comments
Hi @dok , yes! That would be awesome. Sou you are thinking about adding a couple of fields, right? 👇
I'm wondering if "bass" instead of "root" is a better word? Looks like wikipedia uses that term: https://en.wikipedia.org/wiki/Slash_chord Things to consider:
|
Adding "bass" in conjunction with the "root" property sounds good! It would be better than manipulating the root, since we won't lose information about the chord. In that case, I don't think the
I think that sounds good for now
That would be like if someone specified a "Eb/Eb" 😂. I think we can either treat it as an "Eb" or return a non-valid chord. What do you think? |
Chiming in here. No idea if this will get implemented, but my thoughts:
Harder questions:
(I didn't really understand the "Without going deep, I think it should return an empty not valid chord" comment. Maybe you are thinking mostly of classical music where the slash chord indicates an inversion, whereas I'm mostly thinking of jazz/pop, where it most often is a non-chord tone). |
Hey @danigb, I was wondering if you'd like help implementing this. Is there a particular structure that you are thinking about when a user passes in something like:
What would be the ideal scenario here? How about something like:
Other references: #164
The text was updated successfully, but these errors were encountered: