midi-di ~master (2021-11-02T17:25:15.1445296)
Dub
Repo
TrackEvent.this
mididi
types
TrackEvent
These constructors initialize the object with a delta time and an event.
this
(int deltaTime, MIDIEvent event)
struct
TrackEvent
@
nogc
nothrow pure @
trusted
this
(
int
deltaTime
,
MIDIEvent
event
)
this
(int deltaTime, SysExEvent event)
this
(int deltaTime, MetaEvent event)
Meta
Source
See Implementation
mididi
types
TrackEvent
constructors
this
functions
asMIDIEvent
asMetaEvent
asSysExEvent
opEquals
toHash
properties
statusByte
variables
deltaTime
These constructors initialize the object with a delta time and an event.