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
nice to have complete note conversion feature
e.g. note_scientific = C4 note_helmholtz = c' note = C octave = 4 frequency_integer = 262 frequency_float = 261.6 midi = 60
ref https://sugizo.pythonanywhere.com/music/master/pitch (for data gathered from wiki) https://en.wikipedia.org/wiki/Musical_note (for explaination)
if you interest, can share the API data for note above from the web (sugizo.pythonanywhere.com/music)
best regards
The text was updated successfully, but these errors were encountered:
No branches or pull requests
nice to have complete note conversion feature
e.g.
note_scientific = C4
note_helmholtz = c'
note = C
octave = 4
frequency_integer = 262
frequency_float = 261.6
midi = 60
ref
https://sugizo.pythonanywhere.com/music/master/pitch (for data gathered from wiki)
https://en.wikipedia.org/wiki/Musical_note (for explaination)
if you interest, can share the API data for note above from the web (sugizo.pythonanywhere.com/music)
best regards
The text was updated successfully, but these errors were encountered: