Skip to content

Commit

Permalink
MU1000 + SC-8850 NRPN. #18
Browse files Browse the repository at this point in the history
  • Loading branch information
PoneyClairDeLune committed Sep 18, 2023
1 parent 148b4b9 commit 56956a9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions data/map/xg.12.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ ElecPrim ElecPrimtive
DistLead Distort.Lead
SynPluck Synth Pluck
DaSyncLd TheSyncLead
BrthLayr Breath Layer
5thLdSft 5thLeadSoft
Fat&Prky Fat & Perky
RotarStr Rotary Str.
Expand Down Expand Up @@ -424,5 +425,4 @@ 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
BrthLayr Breath Layer
DX-SLd 9 DX-SquareLd9
3 changes: 2 additions & 1 deletion data/map/xg.24.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ SimplSaw Simple Sawtooth
ElecPrim Electric Primtive
DistLead Distortion Lead
DaSyncLd The Sync Lead
BrthLayr Breathy Layer
5thLdSft Fifth Lead Soft
RotarStr Rotary Strings
PolyPd80 Poly Synth Pad 80
Expand Down Expand Up @@ -310,4 +311,4 @@ MM-Clav3 MM Clavichord 3
MM-Vibe2 MM Vibraphone 2
DX-SLd 9 DX Square Lead 9
DirtySaw Dirty Sawtooth Lead
BrthLayr Breathy Layer
Scratch2 Scratch Split
6 changes: 5 additions & 1 deletion src/state/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,11 @@ rpnCap = [
[0, 127],
[0, 127]
],
useNormNrpn = [36, 37],
useNormNrpn = [
36, // HPF cut freq
37, // Not sure where this came from
48, 49, 52, 53 // MU1000 XG EQ NRPN, has no effect when set to drums
],
useDrumNrpn = [20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 36, 37, 64, 65],
ccAccepted = [
0, 1, 2, 4, 5, 6, 7, 8, 10, 11, 32,
Expand Down

0 comments on commit 56956a9

Please sign in to comment.