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

TrackEvent.SetStatusByte Method 

Sets the status byte of the event.

protected void SetStatusByte(
   byte value
);

Parameters

value
The new status byte.

Remarks

Most classes that inherit from TrackEvent will never need to change their status byte. Channel events, however, encode their channel directly into the status byte and as such may need access to this protected method.

See Also

TrackEvent Class | EF.SimpleMIDI Namespace