[PD] delay box seems quantized to 10ms?

Miller Puckette mpuckett at man104-1.ucsd.edu
Sat Jan 12 21:07:54 CET 2002


Small correction... delay~ is quantized to teh sample, but the minimum
delay is the block size; so you can get on of 65 samples for example.
the vd~ object only goes down to 65 samples (needs an extra point for
interpolation) but isn't quantized at all.

cheers
Miller

On Sat, Jan 12, 2002 at 12:42:03PM +0100, Frank Barknecht wrote:
> marius schebella hat gesagt: // marius schebella wrote:
> > the delay~ object steps in values of the vectorsize. (with 64 samples 
> > vectorsize possible values are 1.4 ms, 2.8 ms, ...
> > if you put the delay in a "block~ 1" subwindow then your smallest delaytime 
> > is 1 sample (0.023 ms, 0.045 ms, ...)
> 
> A good example is 73.control.blocksize.pd, which features a
> karpus-strong-like pluck instrument. Here you need the smallest possible
> blocksize, otherwise your pluck instrument will go out of tune in higher
> notes because of the possible delay time being too short, if you don't
> block~ the delay window to 1.
> 
> bye,
> -- 
>                                                  __    __
>  Frank Barknecht       ____ ______   ____ __ trip\ \  / /wire ______
>                       / __// __  /__/ __// // __  \ \/ /  __ \\  ___\	
>                      / /  / ____/  / /  / // ____// /\ \\  ___\\____ \	
>                     /_/  /_____/  /_/  /_//_____// /  \ \\_____\\_____\
>                                                 /_/    \_\ 



More information about the Pd-list mailing list