Skip to content

Commit ec68038

Browse files
Changed default EFX for SD.
1 parent 46387b5 commit ec68038

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

data/misc/efxId.tsv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@ MSB LSB Name
199199
3a 00 SD Studio Hall
200200
3b 00 SD Studio Plate
201201
3c 00 SD Chorus
202-
3d 00 SD Delay
203-
3e 00 SD Stereo EQ
202+
3c 01 SD Delay
203+
3d 00 SD Stereo EQ
204204
40 00 XG Through
205205
41 00 XG Chorus 1
206206
41 01 XG Chorus 2

src/state/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1541,7 +1541,7 @@ let OctaviaDevice = class extends CustomEventSource {
15411541
break;
15421542
};
15431543
case modeMap.sd: {
1544-
efxDefault = [40, 4, 40, 18, 40, 32, 32, 0];
1544+
efxDefault = [58, 0, 60, 0, 0, 0, 0, 0];
15451545
break;
15461546
};
15471547
case modeMap["05rw"]:

0 commit comments

Comments
 (0)