"batch" mix paste script...possible?

Is there a tool that can do this? What i’m looking for is something that will transform these “multichannel’ed” arpeggios:

  
E-3 01 .. --- .. .. --- .. .. --- .. .. --- .. .. -0 00  
--- .. .. --- .. .. --- .. .. --- .. .. --- .. .. -0 00  
--- .. .. F#3 01 .. --- .. .. --- .. .. --- .. .. -0 00  
--- .. .. --- .. .. --- .. .. --- .. .. --- .. .. -0 00  
--- .. .. --- .. .. G-3 01 .. --- .. .. --- .. .. -0 00  
--- .. .. --- .. .. --- .. .. --- .. .. --- .. .. -0 00  
--- .. .. --- .. .. --- .. .. B-3 01 .. --- .. .. -0 00  
--- .. .. --- .. .. --- .. .. --- .. .. --- .. .. -0 00  
E-3 01 .. --- .. .. G-3 01 .. --- .. .. --- .. .. -0 00  
--- .. .. --- .. .. --- .. .. --- .. .. --- .. .. -0 00  
--- .. .. --- .. .. --- .. .. B-3 01 .. --- .. .. -0 00  
--- .. .. --- .. .. --- .. .. --- .. .. --- .. .. -0 00  
--- .. .. --- .. .. --- .. .. --- .. .. E-4 01 .. -0 00  
--- .. .. --- .. .. --- .. .. --- .. .. --- .. .. -0 00  
--- .. .. --- .. .. --- .. .. B-3 01 .. --- .. .. -0 00  
--- .. .. --- .. .. --- .. .. --- .. .. --- .. .. -0 00  
  

into this, more suitable for vst’s, midi export, etc:

  
E-3 01 .. --- .. .. --- .. .. --- .. .. --- .. .. -0 00  
--- .. .. --- .. .. --- .. .. --- .. .. --- .. .. -0 00  
F#3 01 .. --- .. .. --- .. .. --- .. .. --- .. .. -0 00  
--- .. .. --- .. .. --- .. .. --- .. .. --- .. .. -0 00  
G-3 01 .. --- .. .. --- .. .. --- .. .. --- .. .. -0 00  
--- .. .. --- .. .. --- .. .. --- .. .. --- .. .. -0 00  
B-3 01 .. --- .. .. --- .. .. --- .. .. --- .. .. -0 00  
--- .. .. --- .. .. --- .. .. --- .. .. --- .. .. -0 00  
E-3 01 .. G-3 01 .. --- .. .. --- .. .. --- .. .. -0 00  
--- .. .. --- .. .. --- .. .. --- .. .. --- .. .. -0 00  
B-3 01 .. --- .. .. --- .. .. --- .. .. --- .. .. -0 00  
--- .. .. --- .. .. --- .. .. --- .. .. --- .. .. -0 00  
E-4 01 .. --- .. .. --- .. .. --- .. .. --- .. .. -0 00  
--- .. .. --- .. .. --- .. .. --- .. .. --- .. .. -0 00  
B-3 01 .. --- .. .. --- .. .. --- .. .. --- .. .. -0 00  
--- .. .. --- .. .. --- .. .. --- .. .. --- .. .. -0 00  
  

(note where there are two notes, they don’t overwrite each other)

…possible?

This is a work in progress script of mine, that will do this for track in pattern. It will soon be added to the full tool so that you can get the extra ranges covered like track in song.

note: It also re-orders the notes by pitch aswell as the left-aligning that you are after, so may not be 100% what you want.

edit: now in full tool in first post:
https://forum.renoise.com/t/new-tool-2-8-3-1-reorder-notes-by-pitch/39315

HTH