We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recently, MIDI Association published its first MIDI Clip File specification, as a part of MIDI 2.0 Protocol.
I think it's time to start working on the implementation of the new standard, while compatible with the old MIDI 1.0 standard.
In my opinion, the first step is to implement Universal MIDI Packet. Maintain UMP.jl in Julia Music organization.
UMP.jl
The second step is to add MIDI Clip File support in MIDI.jl.
MIDI.jl
The Third step is to add MIDI Container File support in MIDI.jl. (After specification release.)
This is just a suggestion, and the popularization of MIDI 2.0 is too early, so we have a lot of time to learn from the designs of other libraries.
Maybe we'll see MIDI.jl 3.0 one day.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Recently, MIDI Association published its first MIDI Clip File specification, as a part of MIDI 2.0 Protocol.
I think it's time to start working on the implementation of the new standard, while compatible with the old MIDI 1.0 standard.
In my opinion, the first step is to implement Universal MIDI Packet. Maintain
UMP.jl
in Julia Music organization.The second step is to add MIDI Clip File support in
MIDI.jl
.The Third step is to add MIDI Container File support in
MIDI.jl
. (After specification release.)This is just a suggestion, and the popularization of MIDI 2.0 is too early, so we have a lot of time to learn from the designs of other libraries.
Maybe we'll see
MIDI.jl
3.0 one day.The text was updated successfully, but these errors were encountered: