Releases: JuliaMusic/MIDI.jl
Releases · JuliaMusic/MIDI.jl
1.0 release
Nothing changes with respect to the previous release, besides the (breaking) change that all readMIDIfile stuff have been renamed to readMIDIFile, to be consistent with the type name.
(they have been deprecated properly)
Read/write QOL improvements
v0.8.1 add copy(notes)
pitch to name and test midi
v0.8.0 actually correct testmidi
Text support, pretty print, some changes in BPM
See CHANGELOG!
show improvements
v0.6.2 add better changelog
doc improvment
v0.6.1 better trackname docs
move to Julia 0.7
v0.6.0 Update REQUIRE
trackname functions
trackname and addtrackname!
New Note structure
Now a subtype of AbstractNote
. In addition, printing was vastly improved.
Finally (breaking) the field order of a note is now different!!!
Bugfix in BPM
big bugfix in BPM Also super important: I now use deepcopy. Without it there was a really big mistake and data of the loaded midi file were changed.