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

Method hasNoteOnString

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

Source from the content-addressed store, hash-verified

1247 }
1248
1249 public hasNoteOnString(noteString: number): boolean {
1250 return this.noteStringLookup.has(noteString);
1251 }
1252
1253 public getNoteWithRealValue(noteRealValue: number): Note | null {
1254 if (this.noteValueLookup.has(noteRealValue)) {

Callers 2

Beat.test.tsFile · 0.80
_getNoteDurationMethod · 0.80

Calls 1

hasMethod · 0.45

Tested by

no test coverage detected