OPLL: add effect to change patch

10xx
This commit is contained in:
tildearrow 2024-05-16 12:35:34 -05:00
parent 30cf8ff00b
commit 9e1b43f401
3 changed files with 9 additions and 0 deletions

View file

@ -550,6 +550,7 @@ void DivEngine::registerSystems() {
});
EffectHandlerMap fmOPLLPostEffectHandlerMap={
{0x10, {DIV_CMD_WAVE, "10xx: Set patch (0 to F)"}},
{0x11, {DIV_CMD_FM_FB, "11xx: Set feedback (0 to 7)"}},
{0x12, {DIV_CMD_FM_TL, "12xx: Set level of operator 1 (0 highest, 3F lowest)", constVal<0>, effectVal}},
{0x13, {DIV_CMD_FM_TL, "13xx: Set level of operator 2 (0 highest, 3F lowest)", constVal<1>, effectVal}},