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

MIDIFile Constructor (Stream)

Initializes a new instance of the MIDIFile class.

public MIDIFile(
   Stream s
);

Parameters

s
A stream for the MIDIFile to load.

See Also

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