sorry, forget what i said about the tabplay, this was not correct, it was my error, because, tabplay waits until a block (usually 64 samples) is processed before starting a new loop and then you will have clicks or zeroes before the sample starts again... marius.
----- Original Message ----- From: "marius schebella" marius.schebella@chello.at To: "Orm Finnendahl" finnendahl@folkwang-hochschule.de Cc: pd-list@iem.kug.ac.at Sent: Monday, December 02, 2002 11:13 AM Subject: Re: [PD] crossfade of complete sample buffer
if you want to do this in realtime, one possibility is you can use 2 tabplay~ objects (they send a bang if the array is played)
and
with each bang you can trigger the next value of your line or
hamming-window
using for multiplication. marius.