dmidifile ~master (2022-01-08T10:13:50.1799154)
Dub
Repo
MIDIEvent
midifile
midifile
Undocumented in source.
struct
MIDIEvent {
bool
isEvent
(MIDIEvents e);
struct
Note
;
struct
Tempo
;
struct
SMPTE
;
struct
TimeSignature
;
struct
KeySignature
;
uint
tick
;
uint
delta
;
ubyte
type
;
ubyte
subType
;
union
__anonymous
;
}
Members
Functions
isEvent
bool
isEvent
(MIDIEvents e)
Undocumented in source. Be warned that the author may not have intended to support it.
Structs
KeySignature
struct
KeySignature
Undocumented in source.
Note
struct
Note
Undocumented in source.
SMPTE
struct
SMPTE
Undocumented in source.
Tempo
struct
Tempo
Undocumented in source.
TimeSignature
struct
TimeSignature
Undocumented in source.
Unions
__anonymous
union
__anonymous
Undocumented in source.
Variables
delta
uint
delta
;
Undocumented in source.
subType
ubyte
subType
;
Undocumented in source.
tick
uint
tick
;
Undocumented in source.
type
ubyte
type
;
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