v2.0.0
MIDI v2.0.0
This release focuses on adding types for the MIDI and Meta events.
Breaking
MIDIEvent
andMetaEvent
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:
- Type support for all MIDI events (#142) (@VasanthManiVasi)
- Update CHANGELOG.md (#143) (@VasanthManiVasi)