| A class library for opening, parsing, and saving MIDI files. | |
TrackEvent Constructor
Initializes a new instance of the TrackEvent class.
public TrackEvent(
long deltaTime,
byte statusByte);
Parameters
- deltaTime
- The number of ticks from the previous event.
- statusByte
- The status byte detailing the type of event.
See Also
TrackEvent Class | EF.SimpleMIDI Namespace