samer@0: % sinkwriten - write samples to an active sink. samer@0: function rem=sinkwriten(src,n,x) samer@0: r=src.writer(n); samer@0: rem=r(x);