Skip to content

Commit

Permalink
Minor changes to SC.
Browse files Browse the repository at this point in the history
  • Loading branch information
PoneyClairDeLune committed Sep 26, 2023
1 parent 033414c commit f665a95
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
4 changes: 3 additions & 1 deletion data/map/xg.10.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -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
ANCowbel AN Cowbell
LiveRm A LiveRoom A
LiveRm B LiveRoom B
4 changes: 3 additions & 1 deletion data/map/xg.12.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -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
DX-SLd 9 DX-SquareLd9
LiveRm A Live! Room A
LiveRm B Live! Room B
4 changes: 3 additions & 1 deletion data/map/xg.24.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -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
DirtySaw Dirty Sawtooth Lead
LiveRm A Live! Room Kit A
LiveRm B Live! Room Kit B
3 changes: 3 additions & 0 deletions src/disp/disp_sc.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f665a95

Please sign in to comment.