Skip to content

API Reference


API Reference / Group

Type Alias: Group

ts
type Group = {
  tempo: number;
  count: number;
};

Defined in: core/types.ts:95

Tempo group with occurrence count

Properties

PropertyModifierTypeDescriptionDefined in
temporeadonlynumberTempo in BPMcore/types.ts:97
countreadonlynumberNumber of intervals matching this tempocore/types.ts:99

Released under the Apache License 2.0