Hello all,
I am currently working on a sample/loop patch that takes audio input and stores it into a table for playback. I am wanting to take this table and resize it by doubling the existing size of it. Once the table resizes, it would extend the contents of the table to imitate the sound slowing down (pitch shift an octave lower and half speed).
The reason for this is I am replicating the looping functions of a Line 6 DL4 guitar pedal. I got an efficient reverse sub patch working like a charm. Resizing a table by a variable and then editing the contents in this way is what I am not familiar with.
Please note: I don't want to affect the way the table is being read. I want to affect the contents of the table.
Thank you for your time.