midi-di ~master (2021-11-02T17:25:15.1445296)
Dub
Repo
MIDI
mididi
types
MIDI
represents the data of a complete MIDI file.
struct
MIDI {
HeaderChunk
headerChunk
;
TrackChunk
[]
trackChunks
;
}
Members
Variables
headerChunk
HeaderChunk
headerChunk
;
trackChunks
TrackChunk
[]
trackChunks
;
Meta
Source
See Implementation
mididi
types
structs
Chunk
HeaderChunk
MIDI
MIDIEvent
MetaEvent
SysExEvent
TimeDivision
TrackChunk
TrackEvent
MIDI represents the data of a complete MIDI file.