Hi list,
Im trying to buid a patch that processes live input. My wish is i could have some kind of buffer where i could continuously write the input signal (something like a circular qeue?), and arbitrarily read fragments of sound within that buffer. I thought of delwrite~/ delread~ pairs to implement this, but i would like to be able to specify the position and total length of the audio fragments i want to read in samples (does this make sense?). Is the delay amount limited to block size (64 samples? = DSP cycle?) multiples (64samples, 128 samples, 194 samples, etc...)?
Could i use tabsend~/tabreceive~ for this purpose?. What is the usual way of using tabsend~/tabreceive~ ? (could you point out an example?). What input paramerters can tabreceive~ handle?
Is there a better way for doing this?
thnks