[PD] Pd 0.52-1 - frozen dsp and gui in ubuntu 20.04

Roman Haefeli reduzent at gmail.com
Tue Mar 22 16:26:28 CET 2022


On Tue, 2022-03-22 at 16:00 +0100, Christof Ressi wrote:
> 
> 
> I think the solution is simple:
> 
> In jack_open_audio() replace
> 
> if (advance_samples < DEFDACBLKSIZE)
>     advance_samples = DEFDACBLKSIZE;
> with
> 
> if (advance_samples < jack_blocksize)
>     advance_samples = jack_blocksize;
> @Roman: can you give this a try?

Yeah, it works. Now - without callbacks - it works with any setting for
'delay (ms)'. Of course, now the displayed settings doesn't always
reflect the setting used internally. 

Roman

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: This is a digitally signed message part
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20220322/e2189607/attachment.sig>


More information about the Pd-list mailing list