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

MIDIFile.WriteMIDI Method (Stream)

Writes a MIDI to a stream.

public void WriteMIDI(
   Stream s
);

Parameters

s
A stream to write to.

See Also

MIDIFile Class | EF.SimpleMIDI Namespace | MIDIFile.WriteMIDI Overload List