I am having a hard time trying to figure something out.
I have a looping system i cobbled together that got its timing information from a vline~ whose value was sent to 8 loopers. this has been cool and stable but i want to time stretch the audio so i decided to swap it out for a phasor~.
It kinda sorta works. i clear the table, then i use a timer to set the loop length in ms and use that to calculate the sample size (ms/100*samplerate) and use this number to ride the phasor and read the index in tabread4~. i play something into it and it loops and i have control over the speed of the phasor~ using a slider, but its distorted and grainy and eventually fades away.
I think i've left something out but i cant figure out what. any help would be highly appreciated!
onyx