craffel / pretty-midi

Utility functions for handling MIDI data in a nice/intuitive way.
MIT License
855 stars 151 forks source link

Midi Markers #244

Open ArpaWail opened 6 months ago

ArpaWail commented 6 months ago

I was wondering if Pretty_midi can handle markers, since I try to open a file with them and they don't remain in the pretty_midi data. Is there a way that I don't know or actually it manages to handle them?

craffel commented 6 months ago

No, markers are not a meta message that pretty_midi stores, since it doesn't really affect playback or any characteristics of the song. No reason support couldn't be added though, PRs welcome.