<div dir="ltr">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.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Em ter., 22 de mar. de 2022 às 12:33, Christof Ressi <<a href="mailto:info@christofressi.com">info@christofressi.com</a>> escreveu:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">> Of course, now the displayed settings doesn't always reflect the setting used internally.<br>
We could post a little notice that the delay setting has been capped. <br>
Probably also for the ASIO backend. But that's just cosmetics.<br>
<br>
@umlaeute: should I push the quick fix below to develop?<br>
<br>
Christof<br>
<br>
On 22.03.2022 16:26, Roman Haefeli wrote:<br>
> On Tue, 2022-03-22 at 16:00 +0100, Christof Ressi wrote:<br>
>><br>
>> I think the solution is simple:<br>
>><br>
>> In jack_open_audio() replace<br>
>><br>
>> if (advance_samples < DEFDACBLKSIZE)<br>
>>      advance_samples = DEFDACBLKSIZE;<br>
>> with<br>
>><br>
>> if (advance_samples < jack_blocksize)<br>
>>      advance_samples = jack_blocksize;<br>
>> @Roman: can you give this a try?<br>
> Yeah, it works. Now - without callbacks - it works with any setting for<br>
> 'delay (ms)'. Of course, now the displayed settings doesn't always<br>
> reflect the setting used internally.<br>
><br>
> Roman<br>
><br>
><br>
> _______________________________________________<br>
> <a href="mailto:Pd-list@lists.iem.at" target="_blank">Pd-list@lists.iem.at</a> mailing list<br>
> UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">https://lists.puredata.info/listinfo/pd-list</a><br>
<br>
<br>
<br>
_______________________________________________<br>
<a href="mailto:Pd-list@lists.iem.at" target="_blank">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">https://lists.puredata.info/listinfo/pd-list</a><br>
</blockquote></div><br clear="all"><br>-- <br><div dir="ltr" class="gmail_signature">Bruno Faria Rohde</div>