MCPcopy Create free account
hub / github.com/CoderLine/alphaTab / rebuildRepeatGroups

Method rebuildRepeatGroups

packages/alphatab/src/model/Score.ts:347–354  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

345 public style?: ScoreStyle;
346
347 public rebuildRepeatGroups(): void {
348 this._currentRepeatGroup = null;
349 this._openedRepeatGroups = [];
350 this._properlyOpenedRepeatGroups = 0;
351 for (const bar of this.masterBars) {
352 this._addMasterBarToRepeatGroups(bar);
353 }
354 }
355
356 public addMasterBar(bar: MasterBar): void {
357 bar.score = this;

Callers 2

readScoreMethod · 0.80
readScoreMethod · 0.80

Calls 1

Tested by

no test coverage detected