We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We can do this now that we have the ability to set a key.
This will require that both *tonic* and *scale-type* are not nil, so that there can be a correct enharmonic spelling based on the key.
*tonic*
*scale-type*
For example, (midi->note 68) should return :G#4 if the key is E major, and :Ab4 if the key is Ab major.
(midi->note 68)
:G#4
:Ab4
We can just support major/minor at first, worry about more advanced scales later. (see #7)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We can do this now that we have the ability to set a key.
This will require that both
*tonic*
and*scale-type*
are not nil, so that there can be a correct enharmonic spelling based on the key.For example,
(midi->note 68)
should return:G#4
if the key is E major, and:Ab4
if the key is Ab major.We can just support major/minor at first, worry about more advanced scales later. (see #7)
The text was updated successfully, but these errors were encountered: