I'm looking for a simple way to replicate/elongate channels. Basically I calculate how many times the channel needs to repeat, say 4.22, then I want to elongate the channel and have it repeat that many times.
I started working on this in a very manual way, take channel length, multiply by the number of repeats, extend channel to that new length then copy, etc.
Seems like there should be a better way.
Any ideas?