Merge branch 'macro-retrigger-effect-tildearow-version'

with rewritten retrigger- erm... RESTART function
This commit is contained in:
tildearrow 2024-01-17 14:48:47 -05:00
commit b452641186
68 changed files with 271 additions and 1 deletions

View file

@ -129,6 +129,8 @@ const char* DivEngine::getEffectDesc(unsigned char effect, int chan, bool notNul
return "F5xx: Disable macro (see manual)";
case 0xf6:
return "F6xx: Enable macro (see manual)";
case 0xf7:
return "F7xx: Restart macro (see manual)";
case 0xf8:
return "F8xx: Single tick volume slide up";
case 0xf9: