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

AllNotesOff.Write Method (BinaryWriterEx, Boolean)

Writes the AllNotesOff event to a stream.

public override void Write(
   BinaryWriterEx w,
   bool writeHeader
);

Parameters

w
The BinaryWriterEx to use to write to the stream.
writeHeader
If true, writes the AllNotesOff object's status byte to the stream.

See Also

AllNotesOff Class | EF.SimpleMIDI Namespace | AllNotesOff.Write Overload List