Commit 7d663a9

Nick committed on
Comment out signature
commit 7d663a91b80290bcc038e2ddc379d73c64c56de3 parent 2f731e2
3 changed files +5−5
Modifiedrendertowave.lfm +2−2
@@ -1,7 +1,7 @@
1 object frmRenderToWave: TfrmRenderToWave 1 object frmRenderToWave: TfrmRenderToWave
2 Left = 1800 2 Left = 1806
3 Height = 219 3 Height = 219
4 Top = 231 4 Top = 236
5 Width = 451 5 Width = 451
6 BorderStyle = bsSingle 6 BorderStyle = bsSingle
7 Caption = 'Render song' 7 Caption = 'Render song'
Modifiedtracker.lfm +2−2
@@ -1,7 +1,7 @@
1 object frmTracker: TfrmTracker 1 object frmTracker: TfrmTracker
2 Left = 1280 2 Left = 899
3 Height = 653 3 Height = 653
4 Top = 417 4 Top = 424
5 Width = 1232 5 Width = 1232
6 AllowDropFiles = True 6 AllowDropFiles = True
7 Caption = 'hUGETracker' 7 Caption = 'hUGETracker'
Modifiedutils.pas +1−1
@@ -16,7 +16,7 @@ procedure BlankPattern(Pat: PPattern);
16 procedure BlankCell(var Cell: TCell); 16 procedure BlankCell(var Cell: TCell);
17 function EffectCodeToStr(Code: Integer; Params: TEffectParams): String; 17 function EffectCodeToStr(Code: Integer; Params: TEffectParams): String;
18 function EffectToExplanation(Code: Integer; Params: TEffectParams): String; 18 function EffectToExplanation(Code: Integer; Params: TEffectParams): String;
19 function UniqueOrdersDuringPlayback(Song: TSong; FromPos, ToPos: Integer): Integer; 19 //function UniqueOrdersDuringPlayback(Song: TSong; FromPos, ToPos: Integer): Integer;
20 20
21 function ModInst(Inst: Integer): Integer; 21 function ModInst(Inst: Integer): Integer;
22 function UnmodInst(Bank: TInstrumentType; Inst: Integer): Integer; 22 function UnmodInst(Bank: TInstrumentType; Inst: Integer): Integer;