Table of Contents

Class TempoChange

Namespace
Celeritas.Core.Midi
Assembly
Celeritas.dll

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

int

Offset

Offset of the change in whole-note units.

public Rational Offset { get; init; }

Property Value

Rational

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.