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

ChannelKeyPressure.Write Method (BinaryWriterEx, Boolean)

Writes the ChannelKeyPressure 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 ChannelKeyPressure object's status byte to the stream.

See Also

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