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
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
2 changed files with 2 additions and 2 deletions

View file

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