I'm using [msgfile] to read a text file line by line while a MIDI song is playing. The text file contains five columns with numbers. I need to extract the maximum value from each column in the text file, from the start of the patch (before all lines are read in, as it looks now). how do I do that?
Thank you!