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
:)