Skip to content

Releases: JuliaMusic/MIDI.jl

v2.0.1

11 Jul 20:42
3464239
Compare
Choose a tag to compare

MIDI v2.0.1

Diff since v2.0.0

Closed issues:

  • name_to_pitch fails for negative octave (#144)

Merged pull requests:

v2.0.0

14 Jun 22:16
dbd01f8
Compare
Choose a tag to compare

MIDI v2.0.0

Diff since v1.12.5

This release focuses on adding types for the MIDI and Meta events.

Breaking

  • MIDIEvent and MetaEvent are abstract types and they cannot be used directly.

Additions

  • New event types for each midi and meta events.

  • The list of new meta event types:

    • SequenceNumberEvent
    • TextEvent
    • CopyrightNoticeEvent
    • TrackNameEvent
    • InstrumentNameEvent
    • LyricEvent
    • MarkerEvent
    • CuePointEvent
    • MIDIChannelPrefixEvent
    • EndOfTrackEvent
    • SetTempoEvent
    • TimeSignatureEvent
    • KeySignatureEvent
  • The list of new midi event types:

    • NoteOffEvent
    • NoteOnEvent
    • AftertouchEvent
    • ControlChangeEvent
    • ProgramChangeEvent
    • ChannelPressureEvent
    • PitchBendEvent

Closed issues:

  • Test programchange and fix if necessary (#96)

Merged pull requests:

v1.12.5

24 Apr 19:50
d580204
Compare
Choose a tag to compare

MIDI v1.12.5

Diff since v1.12.4

Merged pull requests:

v1.12.4

24 Apr 18:32
2d61316
Compare
Choose a tag to compare

MIDI v1.12.4

Diff since v1.12.3

Closed issues:

  • Better return values for QPM/tempochanges/whatever (#137)

Merged pull requests:

v1.12.3

22 Apr 13:41
730ef3a
Compare
Choose a tag to compare

MIDI v1.12.3

Diff since v1.12.2

Merged pull requests:

v1.12.2

20 Apr 19:00
b80dad1
Compare
Choose a tag to compare

MIDI v1.12.2

Diff since v1.12.1

Merged pull requests:

v1.12.1

18 Apr 19:11
4eecf26
Compare
Choose a tag to compare

MIDI v1.12.1

Diff since v1.12.0

Merged pull requests:

v1.12.0

18 Apr 10:07
a7341c9
Compare
Choose a tag to compare

MIDI v1.12.0

Diff since v1.11.0

Merged pull requests:

v1.11.0

05 Apr 20:08
ce61adb
Compare
Choose a tag to compare

MIDI v1.11.0

Diff since v1.10.0

Closed issues:

  • add time signature event (#110)
  • Rename BPM to tempo and add a separate function for BPM (#132)

Merged pull requests:

v1.10.0

01 Apr 08:15
629bba3
Compare
Choose a tag to compare

MIDI v1.10.0

Diff since v1.9.0

Merged pull requests: