[PD-dev] libpd talking to host in blocksize 1

Miller Puckette msp at ucsd.edu
Tue Jun 30 22:33:53 CEST 2020


Two ways:
1. make a 64-element FIFO for either the input or the output; this will
introduce a small delay in the signal path;

or (2) recompile Pd for a lower blocksize.  This will increase CPU load but
should allow avoiding any signal path delay.

cheers
Miller

On Tue, Jun 30, 2020 at 10:01:08PM +0200, Max wrote:
> Hi list,
> 
> when using libpd as a plugin to a host, say VCV Rack or a DAW, it is
> desirable to not only be able to process small blocksizes internally, but
> also talk to the host in a smaller blocksize than the default 64.
> Especially in the case of VCV Rack this is almost a necessity to do
> meaningful analog modelling, recursive feedbacks, etc.
> 
> Would this feature be possible to implement at all given the limitation of
> Pd itself?
> 
> M.
> 
> 
> 
> _______________________________________________
> Pd-dev mailing list
> Pd-dev at lists.iem.at
> https://urldefense.com/v3/__https://lists.puredata.info/listinfo/pd-dev__;!!Mih3wA!WQZ2fAL5CPErgF-KeaTdV0CDbnx7Nt8zGD7KykEbJRVIwpfX3B-wGsFubkoP$





More information about the Pd-dev mailing list