managed-midi by Atsushi Eno

<PackageReference Include="managed-midi" Version="1.9.14" />

 MidiMetaType

public static class MidiMetaType
public const byte ChannelPrefix = 32

public const byte Copyright = 2

public const byte Cue = 7

public const int DefaultTempo = 500000

public const byte EndOfTrack = 47

public const byte InstrumentName = 4

public const byte KeySignature = 89

public const byte Lyric = 5

public const byte Marker = 6

public const byte SequenceNumber = 0

public const byte SequencerSpecific = 127

public const byte SmpteOffset = 84

public const byte Tempo = 81

public const byte Text = 1

public const byte TimeSignature = 88

public const byte TrackName = 3

public static double GetBpm(byte[] data)

public static double GetBpm(byte[] data, int offset)

public static int GetTempo(byte[] data)

public static int GetTempo(byte[] data, int offset)