MIDIUtil icon indicating copy to clipboard operation
MIDIUtil copied to clipboard

A pure Python library for creating multi-track MIDI files

Results 23 MIDIUtil issues
Sort by recently updated
recently updated
newest added

Hi, first - thanks for much, I fricking love this tool and I use it all the time for sonifying climate change data. It's so good. I've found a minor...

nice to have ability to read midi file, like some python midi pretty_midi ![image](https://github.com/MarkCWirt/MIDIUtil/assets/2418295/4b82ec77-093f-4fbc-8dd3-8cbba9ad4234) mido ![image](https://github.com/MarkCWirt/MIDIUtil/assets/2418295/566b40b5-390c-4756-ab66-513e5c903315) miditoolkit ![image](https://github.com/MarkCWirt/MIDIUtil/assets/2418295/18ddf2f6-c824-495e-bb73-547ce9886c57) thanks and best regards

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**...