MarkCWirt / MIDIUtil

A pure Python library for creating multi-track MIDI files
Other
247 stars 49 forks source link

nice to have complete note conversion feature #44

Open sugizo opened 1 year ago

sugizo commented 1 year ago

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