dmidifile ~master (2022-01-08T10:13:50.1799154)
Dub
Repo
MIDIFile
midifile
midifile
Undocumented in source.
class
MIDIFile {
this
(const(char)[] filename);
this
(const(ubyte)[] buffer);
int
format
;
int
ticksPerBeat
;
MIDIEvent
[][]
tracks
;
}
Constructors
this
this
(const(char)[] filename)
Undocumented in source.
this
this
(const(ubyte)[] buffer)
Undocumented in source.
Members
Variables
format
int
format
;
Undocumented in source.
ticksPerBeat
int
ticksPerBeat
;
Undocumented in source.
tracks
MIDIEvent
[][]
tracks
;
Undocumented in source.
Meta
Source
See Implementation
midifile
midifile
classes
MIDIFile
enums
MIDIEventType
MIDIEvents
functions
frontAs
getFront
getFrontAs
getFrontN
structs
MIDIEvent
MThd_Chunk
MTrk_Chunk