Re: [PD-dev] Help: How to emulate a larger block size?

2023-11-24 Thread Lucas Cordiviola

On 23/11/2023 14:27, Christof Ressi wrote:
Have a look at [env~]. 


Thanks.

--

Mensaje telepatico asistido por maquinas.




___
Pd-dev mailing list
Pd-dev@lists.iem.at
https://lists.puredata.info/listinfo/pd-dev


Re: [PD-dev] Help: How to emulate a larger block size?

2023-11-23 Thread Christof Ressi
Can anyone point me on a direction to make an artificial larger block 
from an 64 block?
You just have to buffer the incoming samples and only do the DSP once 
the buffer is full. Rinse and repeat.
Any object as an example I should see? 

Have a look at [env~].

Christof

On 23.11.2023 16:25, Lucas Cordiviola wrote:

Hi list,

Coming from 
https://lists.puredata.info/pipermail/pd-list/2023-11/132742.html to 
the dev list as this more for C code.


I have a working DSP object @ 
https://github.com/Lucarda/pulqui-tilde/blob/main/pulqui%7E.c but for 
now it only works on a re-blocked sub patch (4096 samples).


Can anyone point me on a direction to make an artificial larger block 
from an 64 block? Any object as an example I should see?


Thanks

:)





___
Pd-dev mailing list
Pd-dev@lists.iem.at
https://lists.puredata.info/listinfo/pd-dev