joelr
|
What you need to do is accumulate the numbers in an array, then write out the array at the end. The attached image shows how to accumulate a list of numbers. On each iteration of the sequencer, send the new number in the top. The accumulated list comes out the bottom. You can send this to Export directly. However, for efficiency, you might want to stick a Route in, and only export on the final iteration. Cheers, Joel
|