[PD] Re: [PD-announce] loading soundfiles on the fly

Tim Blechmann TimBlechmann at gmx.net
Mon May 31 12:57:34 CEST 2004


> but the output looks fine (except for the watchdog barking when
> loading very large files or switching screens to the pd gui screen):
hm ... i found that there is a problem when allocating memory when
running in realtime mode ... i'll investigate that later this day ...

> > i also added the
> > feature of resizing arrays without clicks by sending a |resize
> > arrayname size( message.
> 
> that should be  [; arrayname resize size ( shouldn't it ?
> I enabled this too when ./configuring but still get clicks when
> resizing.
no... pd messages should be processed at the same logical time... if
not, there would be no way to syncronize with the rest of the patch.
that's why i added this feature to the soundfiler:

|resize arrayname resize(
|
|soundfiler|
|
[0]

the soundfiler object is able to perform the operations in the
background and signal the patch, when it's done ... to me, this seems to
be the best solution...

cheers...

 Tim                          mailto:TimBlechmann at gmx.de
                              ICQ: 96771783
--
The only people for me are the mad ones, the ones who are mad to live,
mad to talk, mad to be saved, desirous of everything at the same time,
the ones who never yawn or say a commonplace thing, but burn, burn,
burn, like fabulous yellow roman candles exploding like spiders across
the stars and in the middle you see the blue centerlight pop and
everybody goes "Awww!"
                                                          Jack Kerouac





More information about the Pd-list mailing list