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

Method getNoteWithRealValue

packages/alphatab/src/model/Beat.ts:1253–1258  ·  view source on GitHub ↗
(noteRealValue: number)

Source from the content-addressed store, hash-verified

1251 }
1252
1253 public getNoteWithRealValue(noteRealValue: number): Note | null {
1254 if (this.noteValueLookup.has(noteRealValue)) {
1255 return this.noteValueLookup.get(noteRealValue)!;
1256 }
1257 return null;
1258 }
1259
1260 public chain(sharedDataBag: Map<string, unknown> | null = null) {
1261 for (const n of this.notes) {

Callers 1

findTieOriginMethod · 0.80

Calls 2

getMethod · 0.65
hasMethod · 0.45

Tested by

no test coverage detected