Skip to content

Commit dbd01f8

Browse files
Update CHANGELOG.md (#143)
1 parent 718e93b commit dbd01f8

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

CHANGELOG.md

+19-19
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,28 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1313
* New event types for each midi and meta events.
1414

1515
* The list of new meta event types:
16-
* SequenceNumber
16+
* SequenceNumberEvent
1717
* TextEvent
18-
* CopyrightNotice
19-
* TrackName
20-
* InstrumentName
21-
* Lyric
22-
* Marker
23-
* CuePoint
24-
* MIDIChannelPrefix
25-
* EndOfTrack
26-
* SetTempo
27-
* TimeSignature
28-
* KeySignature
18+
* CopyrightNoticeEvent
19+
* TrackNameEvent
20+
* InstrumentNameEvent
21+
* LyricEvent
22+
* MarkerEvent
23+
* CuePointEvent
24+
* MIDIChannelPrefixEvent
25+
* EndOfTrackEvent
26+
* SetTempoEvent
27+
* TimeSignatureEvent
28+
* KeySignatureEvent
2929

3030
* The list of new midi event types:
31-
* NoteOff
32-
* NoteOn
33-
* Aftertouch
34-
* ControlChange
35-
* ProgramChange
36-
* ChannelPressure
37-
* PitchBend
31+
* NoteOffEvent
32+
* NoteOnEvent
33+
* AftertouchEvent
34+
* ControlChangeEvent
35+
* ProgramChangeEvent
36+
* ChannelPressureEvent
37+
* PitchBendEvent
3838

3939
# v1.12.0
4040
* New function `tempochanges `

0 commit comments

Comments
 (0)