diff --git a/data/map/xg.10.tsv b/data/map/xg.10.tsv index b207ca5c..8ec11e1c 100644 --- a/data/map/xg.10.tsv +++ b/data/map/xg.10.tsv @@ -567,4 +567,6 @@ MM-Vibe2 MM-Vibra.2 MM-Vce 4 MM-Voice 4 DX-SLd 9 DX-SqrLd 9 DirtySaw Dirty Saw -ANCowbel AN Cowbell \ No newline at end of file +ANCowbel AN Cowbell +LiveRm A LiveRoom A +LiveRm B LiveRoom B \ No newline at end of file diff --git a/data/map/xg.12.tsv b/data/map/xg.12.tsv index 3ae07f48..5c022b0e 100644 --- a/data/map/xg.12.tsv +++ b/data/map/xg.12.tsv @@ -425,4 +425,6 @@ Det.EP 8 Detuned EP 8 MM-Clav3 MM-Clavi. 3 MM-Vibe2 MM-Vibrafn.2 MM-Vce 4 MM-Voices 4 -DX-SLd 9 DX-SquareLd9 \ No newline at end of file +DX-SLd 9 DX-SquareLd9 +LiveRm A Live! Room A +LiveRm B Live! Room B \ No newline at end of file diff --git a/data/map/xg.24.tsv b/data/map/xg.24.tsv index e8f81a33..d97632bb 100644 --- a/data/map/xg.24.tsv +++ b/data/map/xg.24.tsv @@ -312,4 +312,6 @@ MM-Fall MM Fall MM-Clav3 MM Clavichord 3 MM-Vibe2 MM Vibraphone 2 DX-SLd 9 DX Square Lead 9 -DirtySaw Dirty Sawtooth Lead \ No newline at end of file +DirtySaw Dirty Sawtooth Lead +LiveRm A Live! Room Kit A +LiveRm B Live! Room Kit B \ No newline at end of file diff --git a/src/disp/disp_sc.mjs b/src/disp/disp_sc.mjs index 4c867db8..d49521eb 100644 --- a/src/disp/disp_sc.mjs +++ b/src/disp/disp_sc.mjs @@ -46,6 +46,9 @@ let ScDisplay = class extends RootDisplay { let upThis = this; upThis.useBlur = !!conf?.useBlur; upThis.addEventListener("mode", function (ev) { + if (ev.data == "?") { + return; + }; upThis.#sysMsg = `Sys:${{"?":"Init","g2":"GM2","mt32":"MT-32","ag10":"AG-10","05rw":"05R/W","k11":"GMega","krs":"KROSS 2","s90es":"S90 ES","motif":"Motif ES"}[ev.data]||ev.data.toUpperCase()}`; upThis.#sysTime = Date.now() + 800; //this.device.setLetterDisplay(textArr);