Hello,
I am looking for replicating a set of data inside an array. Basically the ideia is:
- given a small amount of values and positions (eg. 20pos. and 20val.), replicate this until I have 44100pos. 44100val., for example.
I may do this through lists prior to the plotting as well, and I accept suggestions about the best way to do that.
The major concern is: there will be huge amounts of data to be created and replicated in real time in order to create waveforms. So, I need something efficent.
I know tools such as William Brent's [tabletool], but it does not seem to cover this problem, or at least I did not figure it out yet.
Thanks in advance.
Best Regards.