Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RepeatingHitPatterns

Encodes a list of AlternatingMonoPatterns, grouped together by back and forth repetition of the same * AlternatingMonoPattern. Also stores the repetition interval between this and the previous RepeatingHitPatterns.

Hierarchy

  • RepeatingHitPatterns

Index

Constructors

Properties

alternatingMonoPatterns: AlternatingMonoPattern[] = []

The AlternatingMonoPatterns that are grouped together within this RepeatingHitPatterns.

previous: null | RepeatingHitPatterns = null

The previous RepeatingHitPatterns. This is used to determine the repetition interval.

Accessors

  • get repetitionInterval(): number
  • set repetitionInterval(value: number): void

Methods

  • findRepetitionInterval(): void