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.
> 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@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
_______________________________________________
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
--
Bruno Faria Rohde