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

Track.Write Method

Writes the Track and all its TrackEvent objects to a stream.

Overload List

Inherited from Chunk.

public void Write(BinaryWriterEx);

Writes the Track and all its TrackEvent objects to a stream.

public override void Write(BinaryWriterEx,bool);

See Also

Track Class | EF.SimpleMIDI Namespace