-
Notifications
You must be signed in to change notification settings - Fork 219
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
Chord substitutions #115
Comments
An implementation of this would be great! 👍 Do you have any ideas about how to implement it? Perhaps we can discuss them in this issue :-) |
ill make a fork of tonal and see how the internals work, maybe itll give me an idea.. |
If im gonna be helping you with this it seems ill need to start learning typescript first... |
Okey, no worries. We can discuss what you need first... |
Im not sure I understand the setup of tonal yet also... for example, how would I test new functionality? import it into another project with HMR ? I'd be happy to help though, just gonna need a bit of a learning curve first. |
Well i'm deep into typescript atm ;) |
I've updated CONTRIBUTING.md Hope it helps |
it did but it doesnt describe how to setup a test environment, does it? |
You can run |
okay, thatll work.. though it still seems a bit slow to hit the terminal everytime i change a bit of code. |
Ive been trying to come up with a solution.. we need a way to:
There are so many scales listed, many of which are very unknown to me that I find it hard to do the above. Do you have any ideas? |
Can you explain me how the algorithm works? For example, to go from "Cmaj7" to "Em" you need to remove the tonic. For example:
|
It seems tonaljs is missing a feature to output chord subs (or i just missed it being there ;))
For instance:
Cmaj7 can be subbed with Em
or Cmaj79 with Em9
G7(9) -> Bm7b5
G7(9) -> Dm6
etc..
Actually I would be fine with helping out on inserting it in tonal if it is missing and if needed... ive finished conservatory jazz guitar so have all the knowledge to make it work.
The text was updated successfully, but these errors were encountered: