volume portamento (vol porta) on D3xx and D4xx (D4 is fast version, rate * 256)
This commit is contained in:
parent
a08380182d
commit
310ad13916
11 changed files with 88 additions and 8 deletions
|
|
@ -98,6 +98,10 @@ 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 0xd3:
|
||||
return _("D3xx: Volume portamento");
|
||||
case 0xd4:
|
||||
return _("D4xx: Volume portamento (fast)");
|
||||
case 0xdc:
|
||||
return _("DCxx: Delayed mute");
|
||||
case 0xe0:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue