works on jenesis

This commit is contained in:
Eknous-P 2025-05-20 21:24:20 +04:00 committed by tildearrow
parent 9fd586c1c4
commit d7c79a85d9
5 changed files with 10 additions and 2 deletions

View file

@ -502,6 +502,7 @@ void DivEngine::registerSystems() {
{0x5e, {DIV_CMD_FM_D2R, _("5Exx: Set decay 2 of operator 3 (0 to 1F)"), constVal<2>, effectValAnd<31>}},
{0x5f, {DIV_CMD_FM_D2R, _("5Fxx: Set decay 2 of operator 4 (0 to 1F)"), constVal<3>, effectValAnd<31>}},
{0x60, {DIV_CMD_FM_OPMASK, _("60xx: Set operator mask (bits 0-3)")}},
{0xb3, {DIV_CMD_FM_ALG, _("B3xx: Set algorithm (0 to 7)")}},
};
EffectHandlerMap fmOPMPostEffectHandlerMap(fmOPNPostEffectHandlerMap);