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

Method getNoteOnString

packages/alphatab/src/model/Beat.ts:837–842  ·  view source on GitHub ↗
(noteString: number)

Source from the content-addressed store, hash-verified

835 }
836
837 public getNoteOnString(noteString: number): Note | null {
838 if (this.noteStringLookup.has(noteString)) {
839 return this.noteStringLookup.get(noteString)!;
840 }
841 return null;
842 }
843
844 private _calculateDuration(): number {
845 if (this.overrideDisplayDuration !== undefined) {

Callers 7

checkSlidesMethod · 0.80
checkStringsMethod · 0.80
Beat.test.tsFile · 0.80
nextNoteOnSameLineMethod · 0.80
findTieOriginMethod · 0.80

Calls 2

getMethod · 0.65
hasMethod · 0.45

Tested by

no test coverage detected