> shiftin - shifts an audio variable into an array > shiftout - shifts data from an array into an audio variable. > > shiftin and shiftout are the interfaces with audio data. I guess > they can have many uses. For instance, it > is possible to set up a delay line with them like this > > kDel[] init idelsamps > aout shiftout kDel > kDel shiftin ain > > which is similar to a delayr, delayw pair. > Syntctically are these assignments? avar = karray karray = avar Would that be easier to use? What do you do if the length of the array is bigger/smaller than ksmps? ==John ff