Description:
Puts a chord sequence <seq2> after another chord sequence <seq1> at a specified interval <interval> after the attack of the last note within <seq1>.
This means the starting point of <seq2> occurs at t = (attack of the last note in <seq1>, taking into account the offset) + <interval>.
If <interval> = nil, <seq2> starts right after the end of <seq1>, taking into account both duration and offset.
Accepts chord sequences and multi sequences of the same dimensions.
<seq1> may be a list of chord sequence objects or multi sequence objects.
<interval> may be one interval or a list of intervals.
|