danigb
danigb
Hi Garret! The first version of the module it's implemented here: https://github.com/danigb/tonal/blob/master/modules/fretboard/index.js It's not published on npm yet. Suggestions and PR welcomed :-)
Great Garret! Looking forward a PR ;-) Don't hesitate to ask if you found any trouble.
Hi @grimmdude Yes... to many packages. I'm thinking in a way to reduce them and provide a simpler build process. There's a pre-built package in dist folder (but it doesn't...
Hi @grimmdude The chord lookup page looks terrific! Great job! I tried to create something like this but I never finished it (https://danigb.github.io/tonal-app/) ... Glad to see that some people...
Nice work! Probably you already know that there's a [Projects using tonal](https://github.com/tonaljs/tonal#projects-using-tonal) section of the readme. PRs to add those projects to the list are welcomed.
Yes. I was never happy with the Voices implementation (I think it get out of scope of `tonal` for the energy I can put on it). Probably I'll move it...
Mmm... maybe as a different project. It could be a repository inside tonaljs group
Sorry, I've missed this issue. There's no support, but I'm open to ideas about how to implement it. What are the expected inputs and outputs, for example?
Hi @derBingle, As far as I know, a D/F# chord means a D major chord with F# in the bass, so I think Tonal should behave something like this: `Tonal.Chord.notes("D/F#")...
Nice! 👌 🎉 Maybe it can be wrapped in a module? 🤔 One little thing. `RomanNumeral.get("IV").step + 1` is the same as `romanToNumber("IV")` so no external libraries are required