sidfactory2 icon indicating copy to clipboard operation
sidfactory2 copied to clipboard

Join sequences

Open micheldebree opened this issue 4 years ago • 0 comments

A shortcut (ctrl-J?) in the sequence column of a track that joins the next sequence with the current sequence:

  • Creates a copy of the current sequence, with the data from the next sequence appended
  • Inserts the copy in the sequence list
  • Removes the original, and the next sequence in the list
  • If the new sequence exceeds the maximum sequence size, an error is shown (how?)

before

a001 c-1
     ---
     c-2
     ---
a002 c-3
     ---
a003 c-4         
     ...

after

a004 c-1
     ---
     c-2
     ---
     c-3
     ---
a003 c-4         
     ...

micheldebree avatar Oct 10 '20 18:10 micheldebree