From 99b5afd4daeeb79e94c8a36b7485ef4664053883 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Wed, 4 May 2022 18:20:15 -0500 Subject: [PATCH] here's the new OPLL default instrument piano_guitar_idk by Weeppiko --- src/engine/song.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/src/engine/song.h b/src/engine/song.h index c0852ea0e..6af2841de 100644 --- a/src/engine/song.h +++ b/src/engine/song.h @@ -457,8 +457,34 @@ struct DivSong { system[0]=DIV_SYSTEM_YM2612; system[1]=DIV_SYSTEM_SMS; + // OPLL default instrument contest winner - piano_guitar_idk by Weeppiko nullInsOPLL.fm.opllPreset=0; + nullInsOPLL.fm.alg=0; + nullInsOPLL.fm.fb=7; + nullInsOPLL.fm.fms=1; + nullInsOPLL.fm.ams=0; + nullInsOPLL.fm.op[0].ar=15; + nullInsOPLL.fm.op[0].dr=5; + nullInsOPLL.fm.op[0].sl=3; + nullInsOPLL.fm.op[0].rr=3; + nullInsOPLL.fm.op[0].tl=40; + nullInsOPLL.fm.op[0].ksl=0; + nullInsOPLL.fm.op[0].mult=5; + nullInsOPLL.fm.op[0].am=0; + nullInsOPLL.fm.op[0].vib=1; + nullInsOPLL.fm.op[0].ksr=0; + nullInsOPLL.fm.op[0].ssgEnv=8; + nullInsOPLL.fm.op[1].ar=15; + nullInsOPLL.fm.op[1].dr=1; + nullInsOPLL.fm.op[1].sl=11; + nullInsOPLL.fm.op[1].rr=6; nullInsOPLL.fm.op[1].tl=0; + nullInsOPLL.fm.op[1].ksl=0; + nullInsOPLL.fm.op[1].mult=1; + nullInsOPLL.fm.op[1].am=0; + nullInsOPLL.fm.op[1].vib=0; + nullInsOPLL.fm.op[1].ksr=0; + nullInsOPLL.fm.op[1].ssgEnv=8; nullInsOPLL.name="This is a bug! Report!"; nullInsOPL.fm.alg=0;