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

Function parseTex

packages/alphatab/test/audio/MidiFileGenerator.test.ts:51–53  ·  view source on GitHub ↗
(tex: string)

Source from the content-addressed store, hash-verified

49
50describe('MidiFileGeneratorTest', () => {
51 const parseTex: (tex: string) => Score = (tex: string): Score => {
52 return ScoreLoader.loadAlphaTex(tex);
53 };
54
55 const assertEvents: (actualEvents: FlatMidiEvent[], expectedEvents: FlatMidiEvent[]) => void = (
56 actualEvents: FlatMidiEvent[],

Callers 2

testTripletFeelFunction · 0.70

Calls 1

loadAlphaTexMethod · 0.80

Tested by

no test coverage detected