Hello everybody!
I am working on a patch that plays back the content of an array or of a table 8 times, but in different pitch or speed.
There are no soundfiles included, I just record to a table via tabwrite~ and then I try to read it out via tabread4~ - the next recording will override the previous one. I combined the tabread4~ object with a phasor~ to read out the table, because this worked at least when I worked with soundfiles from my hard drive (read -resize bla.wav for example). But is it also possible to read out the audio signal in a table and make it audible via dac~ when it is not a specific soundfile? Otherwise, how can it be done? I'm really stuck here and appreciate any kind of advise and help!