Commit 1001444

Nick Faro committed on
Output normal note range on tables
commit 10014441baef6de5b87d130e243587e38003afda parent 7a22686
2 changed files +2−2
Modifiedcodegen.pas +1−1
@@ -338,7 +338,7 @@ begin
338 if (Cell.Note = NO_NOTE) then 338 if (Cell.Note = NO_NOTE) then
339 SL.Add('___') 339 SL.Add('___')
340 else 340 else
341 SL.Add(IntToStr(Cell.Note - MIDDLE_NOTE)); 341 SL.Add(IntToStr(Cell.Note));
342 342
343 if Last and (Cell.Volume = 0) then 343 if Last and (Cell.Volume = 0) then
344 SL.Add(IntToStr(1)) // Automatically insert jump back to row 1 if last cell 344 SL.Add(IntToStr(1)) // Automatically insert jump back to row 1 if last cell
ModifiedhUGEDriver +1−1
@@ -1 +1 @@
1 Subproject commit ace91e11513f30a4cb31bb932dd898e5dd89abac 1 Subproject commit 619bca4f8eee706190f8f04aa09085dba403f9ba