@@ -92,7 +92,12 @@ begin |
| 92 |
$7: Result := 'Delay note by '+P+' ticks'; |
92 |
$7: Result := 'Delay note by '+P+' ticks'; |
| 93 |
$A: Result := 'Increase volume by '+IntToStr(Params.Param1)+' units, decrease volume by '+IntToStr(Params.Param2)+' units'; |
93 |
$A: Result := 'Increase volume by '+IntToStr(Params.Param1)+' units, decrease volume by '+IntToStr(Params.Param2)+' units'; |
| 94 |
$B: Result := 'Jump to order '+P; |
94 |
$B: Result := 'Jump to order '+P; |
| 95 |
$C: Result := 'Set volume to '+P+'/15'; |
95 |
$C: begin |
|
|
96 |
if (Params.Value < 16) then Result := 'Keep envelope, Set volume to '+IntToStr(Params.Param2)+'/15' |
|
|
97 |
else if (Params.Value < 128) then Result := 'Envelope Down '+IntToStr(Params.Param1)+'/64Hz, Set volume to '+IntToStr(Params.Param2)+'/15' |
|
|
98 |
else if (Params.Value < 144) then Result := 'Envelope Off, Set volume to '+IntToStr(Params.Param2)+'/15' |
|
|
99 |
else Result := 'Envelope Up '+IntToStr(Params.Param1-8)+'/64Hz, Set volume to '+IntToStr(Params.Param2)+'/15' |
|
|
100 |
end; |
| 96 |
$D: Result := 'Jump to row '+P+' on the next pattern'; |
101 |
$D: Result := 'Jump to row '+P+' on the next pattern'; |
| 97 |
$E: Result := 'Cut note after '+P+' ticks'; |
102 |
$E: Result := 'Cut note after '+P+' ticks'; |
| 98 |
$F: Result := 'Set speed to '+P+' ticks'; |
103 |
$F: Result := 'Set speed to '+P+' ticks'; |