implement DCxx effect
delayed mute
This commit is contained in:
parent
9bf4cd8dd8
commit
f0f0b7fcd6
5 changed files with 37 additions and 3 deletions
|
|
@ -98,6 +98,8 @@ const char* DivEngine::getEffectDesc(unsigned char effect, int chan, bool notNul
|
|||
break;
|
||||
case 0xc0: case 0xc1: case 0xc2: case 0xc3:
|
||||
return _("Cxxx: Set tick rate (hz)");
|
||||
case 0xdc:
|
||||
return _("DCxx: Delayed mute");
|
||||
case 0xe0:
|
||||
return _("E0xx: Set arp speed");
|
||||
case 0xe1:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue