Class TempoChange
Represents a tempo change event in a MIDI file.
public sealed record TempoChange : IEquatable<TempoChange>
- Inheritance
-
TempoChange
- Implements
- Inherited Members
Properties
BeatsPerMinute
Tempo in beats per minute.
public int BeatsPerMinute { get; init; }
Property Value
Offset
Offset of the change in whole-note units.
public Rational Offset { get; init; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.