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

This commit is contained in:
JotaChina 2025-12-25 13:46:45 -03:00
parent e82a4c3e73
commit 9b73c3ba33
1 changed files with 1 additions and 1 deletions

View File

@ -520,7 +520,7 @@ export async function parseMmpContent(xmlString) {
const firstInst = newTracks.find((t) => t.type !== "bassline");
appState.pattern.activeTrackId = firstInst ? firstInst.id : null;
appState.pattern.activePatternIndex = 0;
//appState.pattern.activePatternIndex = 0;
loadStateFromSession();