MIDI constants Python package? #515
rdoursenaud
started this conversation in
Ideas
Replies: 1 comment
-
Decided to take the time to carve the package out and release it: Feedback welcome! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Most MIDI bytes (Be it for wire protocol or files) semantics are pretty well defined in the specifications.
I have started to assemble them into a pretty big constants file alongside reading the specifications in preparation for my upcoming protocol analyzer: MIDI Explorer.
I find such constants invaluable to maintain readable code and preserve semantics.
I've been toying with the idea of providing these in the form of a package to make them reusable by any Python project dealing with MIDI.
I believe that using the same semantics in the Python MIDI community could be very useful.
Does anybody have any interest in this?
@olemb, @bast Do you think it could fit under the umbrella of the mido organization?
Beta Was this translation helpful? Give feedback.
All reactions