File adtrack2-comparison.patch of Package adtrack2
diff -Nurp adtrack2-2.4.24/ipattern.inc adtrack2-2.4.24-comparison/ipattern.inc
--- adtrack2-2.4.24/ipattern.inc 2019-09-09 00:00:00.000000000 +0000
+++ adtrack2-2.4.24-comparison/ipattern.inc 2021-06-08 11:43:55.359420129 +0000
@@ -4883,8 +4883,7 @@ begin
3: chunk.instr_def := Str2num(CHAR(LO(fkey)),16)+
chunk.instr_def AND $f0;
end;
- If (chunk.instr_def <= 255) and
- NOT shift_pressed then
+ If NOT shift_pressed then
begin
put_chunk(pattern,page,track_chan_start+idx-1,chunk);
If (chunk.instr_def <> 0) and update_ins then
@@ -4906,8 +4905,7 @@ begin
3: chunk.instr_def := Str2num(CHAR(LO(fkey)),16)+
chunk.instr_def AND $f0;
end;
- If (chunk.instr_def <= 255) and
- NOT shift_pressed then
+ If NOT shift_pressed then
begin
put_chunk(pattern,page,chan,chunk);
If (chunk.instr_def <> 0) and update_ins then