File tree 1 file changed +19
-19
lines changed
1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -13,28 +13,28 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
13
13
* New event types for each midi and meta events.
14
14
15
15
* The list of new meta event types:
16
- * SequenceNumber
16
+ * SequenceNumberEvent
17
17
* 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
29
29
30
30
* 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
38
38
39
39
# v1.12.0
40
40
* New function ` tempochanges `
You can’t perform that action at this time.
0 commit comments