A class library for opening, parsing, and saving MIDI files.

ChannelEvent Constructor 

Initializes a new instance of the ChannelEvent class.

public ChannelEvent(
   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

ChannelEvent Class | EF.SimpleMIDI Namespace