[PD] [soundfiler] -nframes not working, -maxsize weird behaving

patko colet.patrice at free.fr
Wed May 26 16:03:38 CEST 2010



----- "IOhannes m zmoelnig" <zmoelnig at iem.at> a écrit :


> anyhow, you don't need to specify the maxsize; if your table is small
> enough (aka: too small) Pd will silently drop the other samples.
> 
> i do:
> [table bar 44100]
> 
> [read -skip 88200 foo.wav bar(
> |
> [soundfiler]
> 
> and it will store an excerpt of foo.wav between 00:02 and 00:03
> 
> 

interesting, my tables have variable length, and I've just seen that tables
get "resize" option

then


[table bar]

[;
bar resize 44100(


[read -skip 88200 foo.wav bar(
|
[soundfiler]

should do it

thanks







More information about the Pd-list mailing list