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

NoteOff Constructor

Initializes a new instance of the NoteOff class.

Overload List

Initializes a new instance of the NoteOff class.

public NoteOff();

Initializes a new instance of the NoteOff class.

public NoteOff(long,byte,BinaryReaderEx);

Initializes a new instance of the NoteOff class.

public NoteOff(long,byte,byte,byte);

See Also

NoteOff Class | EF.SimpleMIDI Namespace