Skip to content

API Reference


API Reference / Interval

Type Alias: Interval

ts
type Interval = {
  interval: number;
  count: number;
};

Defined in: core/types.ts:84

Interval between beats

Properties

PropertyModifierTypeDescriptionDefined in
intervalreadonlynumberTime interval in audio samplescore/types.ts:86
countreadonlynumberNumber of times this interval was detectedcore/types.ts:88

Released under the Apache License 2.0