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

Method _parseRSE

packages/alphatab/src/importer/GpifParser.ts:1309–1317  ·  view source on GitHub ↗
(track: Track, node: XmlNode)

Source from the content-addressed store, hash-verified

1307 }
1308
1309 private _parseRSE(track: Track, node: XmlNode): void {
1310 for (const c of node.childElements()) {
1311 switch (c.localName) {
1312 case 'ChannelStrip':
1313 this._parseChannelStrip(track, c);
1314 break;
1315 }
1316 }
1317 }
1318
1319 private _parseChannelStrip(track: Track, node: XmlNode): void {
1320 for (const c of node.childElements()) {

Callers 1

_parseTrackMethod · 0.95

Calls 2

_parseChannelStripMethod · 0.95
childElementsMethod · 0.80

Tested by

no test coverage detected