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

ControllerChange Constructor

Initializes a new instance of the ControllerChange class.

Overload List

Initializes a new instance of the ControllerChange class.

public ControllerChange();

Initializes a new instance of the ControllerChange class.

public ControllerChange(long,byte,BinaryReaderEx);

Initializes a new instance of the ControllerChange class.

public ControllerChange(long,byte,byte,byte);

See Also

ControllerChange Class | EF.SimpleMIDI Namespace