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

KeySignature Constructor (Int64, Int64, BinaryReaderEx)

Initializes a new instance of the KeySignature class.

public KeySignature(
   long deltaTime,
   long length,
   BinaryReaderEx r
);

Parameters

deltaTime
The number of ticks from the previous event.
length
The length of the event (in bytes).
r
The BinaryReaderEx to use to read the stream.

See Also

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