Table of Contents

Class DownbeatResult<T>

Namespace
AiDotNet.Interfaces
Assembly
AiDotNet.dll

Result of downbeat detection.

public class DownbeatResult<T>

Type Parameters

T

The numeric type used for calculations.

Inheritance
DownbeatResult<T>
Inherited Members

Properties

DownbeatTimes

Gets or sets the downbeat positions in seconds.

public IReadOnlyList<double> DownbeatTimes { get; set; }

Property Value

IReadOnlyList<double>

MeasureStarts

Gets or sets the measure boundaries in seconds.

public IReadOnlyList<double> MeasureStarts { get; set; }

Property Value

IReadOnlyList<double>

TimeSignature

Gets or sets the detected time signature.

public TimeSignature TimeSignature { get; set; }

Property Value

TimeSignature