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

Method addTrack

packages/alphatab/src/model/Score.ts:425–429  ·  view source on GitHub ↗
(track: Track)

Source from the content-addressed store, hash-verified

423 }
424
425 public addTrack(track: Track): void {
426 track.score = this;
427 track.index = this.tracks.length;
428 this.tracks.push(track);
429 }
430
431 public finish(settings: Settings): void {
432 const sharedDataBag = new Map<string, unknown>();

Callers 9

buildScoreFunction · 0.95
constructorMethod · 0.80
_buildModelMethod · 0.80
readTrackMethod · 0.80
_parseLayoutMethod · 0.80
_parseScorePartMethod · 0.80
_newTrackMethod · 0.80
setPropertyMethod · 0.80

Calls 1

pushMethod · 0.45

Tested by 1

buildScoreFunction · 0.76