melhorando a leitura de projetos no mmpCreator
Deploy / Deploy (push) Successful in 2m7s Details

This commit is contained in:
JotaChina 2025-12-23 19:47:07 -03:00
parent 47a9b92b5a
commit 51b408909e
1 changed files with 0 additions and 3 deletions

View File

@ -267,9 +267,6 @@ export async function parseMmpContent(xmlString) {
// 3. EXTRAÇÃO DAS TRILHAS DE BASSLINE (BBTracks) E RACK COMPARTILHADO
// -------------------------------------------------------------
// 3.1) Acha um node que realmente contém o rack de instrumentos do BBE
const bbTrackNodes = Array.from(xmlDoc.querySelectorAll('track[type="1"]'));
const bbRackNode = bbTrackNodes.find((n) =>
n.querySelector('bbtrack > trackcontainer > track[type="0"]')
);