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

NoteOn Constructor

Initializes a new instance of the NoteOn class.

Overload List

Initializes a new instance of the NoteOn class.

public NoteOn();

Initializes a new instance of the NoteOn class.

public NoteOn(long,byte,BinaryReaderEx);

Initializes a new instance of the NoteOn class.

public NoteOn(long,byte,byte,byte);

See Also

NoteOn Class | EF.SimpleMIDI Namespace