fix: tracker mixer flags not setup properly on fresh boot

This commit is contained in:
minjaesong
2026-05-02 23:43:07 +09:00
parent 1bbf0de381
commit 6a7ef670d9
7 changed files with 23 additions and 4 deletions

View File

@@ -1933,6 +1933,8 @@ function drawProjectContents(wo) {
Cues: `${song.lastActiveCue}/1024 ($${song.lastActiveCue.hex03()})`,
Notation: pitchTablePresets[PITCH_PRESET_IDX].name,
Flags: `${flagstrbuf} ($${mixerflag.hex02()})`,
GlobalVol: initialGlobalVolume,
MixingVol: initialMixingVolume
}
Object.entries(projMeta).forEach(([key, value], index) => {