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

MIDIFile.WriteMIDI Method

Writes a MIDI to a stream.

Overload List

Writes a MIDI to a stream.

public void WriteMIDI(Stream);

Writes a MIDI to a file.

public void WriteMIDI(string);

Writes a MIDI to a file.

public void WriteMIDI(string,bool);

See Also

MIDIFile Class | EF.SimpleMIDI Namespace