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

Method _parseRhythms

packages/alphatab/src/importer/GpifParser.ts:2614–2622  ·  view source on GitHub ↗
(node: XmlNode)

Source from the content-addressed store, hash-verified

2612 }
2613
2614 private _parseRhythms(node: XmlNode): void {
2615 for (const c of node.childElements()) {
2616 switch (c.localName) {
2617 case 'Rhythm':
2618 this._parseRhythm(c);
2619 break;
2620 }
2621 }
2622 }
2623
2624 private _parseRhythm(node: XmlNode): void {
2625 const rhythm: GpifRhythm = new GpifRhythm();

Callers 1

_parseDomMethod · 0.95

Calls 2

_parseRhythmMethod · 0.95
childElementsMethod · 0.80

Tested by

no test coverage detected