julien.breval@tremplin-utc.net wrote:
Selon Eric Skogen eskogen@usfamily.net:
how would a buffer like this be handled in pd? tabwrite~ stops once it reaches the array's end and tabsend~ only updates once per block. is there an object that pushes signals into a buffer, shifting existing buffer data over?
eric
use a delay line ([delread~] and [vd~] objects)
this doesn't write to a buffer that can be used by another pd process. are you saying the read (vd~) would be triggered by stutter~'s int input, calculate and write the correct number of samples to a table?