Skip to content

Releases: JuliaMusic/MIDI.jl

1.0 release

25 Dec 20:50
Compare
Choose a tag to compare

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

13 Aug 09:29
Compare
Choose a tag to compare
v0.8.1

add copy(notes)

pitch to name and test midi

27 Jul 16:24
Compare
Choose a tag to compare
v0.8.0

actually correct testmidi

Text support, pretty print, some changes in BPM

21 Jul 18:03
Compare
Choose a tag to compare

show improvements

19 Jul 10:50
Compare
Choose a tag to compare
v0.6.2

add better changelog

doc improvment

12 Jul 08:36
Compare
Choose a tag to compare
v0.6.1

better trackname docs

move to Julia 0.7

10 Jul 17:21
182bfe8
Compare
Choose a tag to compare
v0.6.0

Update REQUIRE

trackname functions

30 May 18:53
8b51a44
Compare
Choose a tag to compare

trackname and addtrackname!

New Note structure

25 May 08:40
Compare
Choose a tag to compare

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

26 Feb 15:40
Compare
Choose a tag to compare
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.