I am running into some strange issues with the For loop.
Up until this point I have used bigger sized messages, and it seems at this point there is a bug in the For loop.
If I set the lngthMidi equal to 1 it should essentially be the same as below:
Code: Select all
for i:=0 to 0 do begin
end;Curious I was wondering if anyone else has run into this?
