danigb
danigb
I think we should not export the data directly. See #230
Hi @dok , yes! That would be awesome. Sou you are thinking about adding a couple of fields, right? 👇 - `root` (string, "" by default) - `rootDegree` (number 0...
True. Bass chords are not supported. Working on this
Hi, You're right. The documentation is not clear nor correct (I'll fix it soon). Anyway, you'll need to use the @tonaljs/scale module. The documentation lives in the repository: https://github.com/tonaljs/tonal/tree/master/packages/scale To...
Hi, Great! Don't hesitate to ask if you have more problems. I'll reopen the issue and close it when I fix the documentation. EDIT: Suggestions on how to improve the...
Thanks for reporting! Can you provide some code examples, please? That makes me easy to find the problem (and the solution)
Let me see if I understood: the problem is that same notes in different order produces same chords in different order... If so, I think this is on purpose: chords...
Now I understand, thanks! 👍 I'll take a look and test those cases to see what I able to do
Yes, this is related to #33. I hope I can solve it soon. Thanks for reporting.
Hi @Mdashdotdashn, Now I have time to look to your issue more carefully, I think you're misundestanding the `tonal.scale.detect` function. What it does: given a collection of notes, it tells...