Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jun 22:16
dbd01f8

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: