Ole Martin Bjørndalen
Ole Martin Bjørndalen
My idea with `Message.__str__()` was to define a simple format that could be generated and parsed by things outside of Python like bash scripts or whatever, and that would make...
OK. Could you add it to the release instructions?
I have a checklist somewhere in the docs so I don't forget things.
Good additions.
Renaming it would cause code breakage but I'm open to adding an alias. Some thoughts: * would it be confusing to new users to have two names for the same...
That's an option. I'm not sure I want to change such a central part of the library though, as it would cause deprecation warnings in pretty much every Mido program...
OK, +1 from me as well then. Still not sure which one should be the alias. Should we also have `MidiMetaMessage` instead of `MetaMessage`?
Yes, maybe `MetaMidiMessage` makes more sense.
Two reasons: First, MIDI messages and meta messages are implemented very differently. While MIDI messages are all very similar and can be encoded and decoded via a table (and a...