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

Function idOfBeat

packages/alphatab/test/audio/MidiTickLookup.test.ts:478–480  ·  view source on GitHub ↗
(beat: Beat | null)

Source from the content-addressed store, hash-verified

476 }
477
478 function idOfBeat(beat: Beat | null) {
479 return beat ? beat.id : -1;
480 }
481
482 function prepareGraceMultiVoice(graceNoteOverlap: number, graceNoteDuration: number): MidiTickLookup {
483 const lookup = new MidiTickLookup();

Callers 1

lookupTestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected