Releases: JuliaMusic/MIDI.jl
Releases · JuliaMusic/MIDI.jl
v2.7.0
MIDI v2.7.0
Merged pull requests:
- Add qpm() docs (#171) (@NeroBlackstone)
- Add SequencerSpecificEvent , and
empty!(::MIDITrack)
(#173) (@NeroBlackstone)
Closed issues:
- Initialize
Notes
by chord notation. (#161)
v2.6.0
MIDI v2.6.0
Merged pull requests:
- Add matric_time and duration_metric_time (#166) (@NeroBlackstone)
Closed issues:
v2.5.0
MIDI v2.5.0
Closed issues:
- Implement
isempty()
andempty!()
forNotes
. (#157) - Better pretty printing for Notes. (#159)
- Implement
isless()
forNote
(#162)
Merged pull requests:
- Add
note
andnotes
constructor (#163) (@NeroBlackstone)
v2.4.0
What's Changed
- Implement
Base.empty!
andBase.isempty
by @NeroBlackstone in #158
Full Changelog: v2.3.0...v2.4.0
v2.3.0
What's Changed
- Add
Base.keys()
andis_octave()
by @NeroBlackstone in #156
New Contributors
- @NeroBlackstone made their first contribution in #156
Full Changelog: v2.2.0...v2.3.0
v2.2.0
v2.1.0
MIDI v2.1.0
Closed issues:
- Help with multiple tracks (#152)
Merged pull requests:
- Minor changes to help with multiple-track files (#153) (@grantbrown)
v2.0.4
v2.0.3
MIDI v2.0.3
Closed issues:
- Unable to load MIDI file (#149)
Merged pull requests:
- clean up a few things (#148) (@anandijain)
- Fix issues with overloading FileIO.save and load. (#150) (@Datseris)
v2.0.2
MIDI v2.0.2
Merged pull requests: