Skip to content

Commit 840b1de

Browse files
MU now displays LSB in Yamaha PLG preset banks.
1 parent 17141f2 commit 840b1de

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

data/map/ns5r.10.tsv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ EchoTbla Echo Tabla
241241
SwtReeds SweetReeds
242242
MalletEP Mallet EP
243243
Elec.Arc ElectricAc
244+
HyprWave Hyper:Wave
244245
Arpggiat Arpeggiate
245246
VuduSong VoodooSong
246247
Sqr.Bass SquareBass

src/disp/disp_mu.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ let MuDisplay = class extends RootDisplay {
235235
showLsb = true;
236236
};
237237
if (upThis.getMode() == "xg") {
238-
if ([48, 79, 80, 81, 82, 83, 84, 95, 96, 97, 98, 99, 100].indexOf(sum.chContr[chOff + ccToPos[0]]) > -1) {
238+
if ([32, 33, 34, 35, 36, 48, 79, 80, 81, 82, 83, 84, 95, 96, 97, 98, 99, 100].indexOf(sum.chContr[chOff + ccToPos[0]]) > -1) {
239239
bnkSel = `${sum.chContr[chOff + ccToPos[32]] || 0}`.padStart(3, "0");
240240
showLsb = true;
241241
};

0 commit comments

Comments
 (0)