13
0

Enable regular_block_length in all arpeggiators, to hopefully work around audio driver issues on Windows.

This commit is contained in:
Albert Graef 2023-11-20 14:03:19 +01:00 committed by Robin Gareus
parent bea9215a0e
commit 520ed0390e
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ function dsp_ioconfig ()
end end
function dsp_options () function dsp_options ()
return { time_info = true } return { time_info = true, regular_block_length = true }
end end
function dsp_params () function dsp_params ()

View File

@ -67,7 +67,7 @@ function dsp_ioconfig ()
end end
function dsp_options () function dsp_options ()
return { time_info = true } return { time_info = true, regular_block_length = true }
end end
function dsp_params () function dsp_params ()