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

Miller Puckette msp at ucsd.edu
Tue Mar 22 16:46:44 CET 2022


I think the bug report isn't needed, thanks.

Meanwhile, yes, it would be appropriate to print a message that the delay
got reset, and yes, please do throw it in the develop PR.

thanks
M

On Tue, Mar 22, 2022 at 12:43:08PM -0300, Bruno Rohde wrote:
> As it looks like you guys are working on a quick and simple solution, I'll
> wait a bit to see if it's really necessary to file a bug. If it's still
> relevant, I can do it later.
> 
> Em ter., 22 de mar. de 2022 às 12:33, Christof Ressi <info at christofressi.com>
> escreveu:
> 
> > > Of course, now the displayed settings doesn't always reflect the setting
> > used internally.
> > We could post a little notice that the delay setting has been capped.
> > Probably also for the ASIO backend. But that's just cosmetics.
> >
> > @umlaeute: should I push the quick fix below to develop?
> >
> > Christof
> >
> > On 22.03.2022 16:26, Roman Haefeli wrote:
> > > 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
> > >
> > >
> > > _______________________________________________
> > > Pd-list at lists.iem.at mailing list
> > > UNSUBSCRIBE and account-management ->
> > https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.puredata.info_listinfo_pd-2Dlist&d=DwIFaQ&c=-35OiAkTchMrZOngvJPOeA&r=XprZV3Fxus2L1LCw80hE4Q&m=SO2UYD30OVRry_i7Df-5eiHdJjPK6sub3wzpuMKbAGb0-Cgf7gw9gtArLotv71SG&s=JbWk5Yrlukjp0FFg2Wbth7hFRm22tSjDTRlRNnN6Nks&e= 
> >
> >
> >
> > _______________________________________________
> > Pd-list at lists.iem.at mailing list
> > UNSUBSCRIBE and account-management ->
> > https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.puredata.info_listinfo_pd-2Dlist&d=DwIFaQ&c=-35OiAkTchMrZOngvJPOeA&r=XprZV3Fxus2L1LCw80hE4Q&m=SO2UYD30OVRry_i7Df-5eiHdJjPK6sub3wzpuMKbAGb0-Cgf7gw9gtArLotv71SG&s=JbWk5Yrlukjp0FFg2Wbth7hFRm22tSjDTRlRNnN6Nks&e= 
> >
> 
> 
> -- 
> Bruno Faria Rohde

> _______________________________________________
> Pd-list at lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.puredata.info_listinfo_pd-2Dlist&d=DwICAg&c=-35OiAkTchMrZOngvJPOeA&r=XprZV3Fxus2L1LCw80hE4Q&m=SO2UYD30OVRry_i7Df-5eiHdJjPK6sub3wzpuMKbAGb0-Cgf7gw9gtArLotv71SG&s=JbWk5Yrlukjp0FFg2Wbth7hFRm22tSjDTRlRNnN6Nks&e= 






More information about the Pd-list mailing list