mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Enable regular_block_length in all arpeggiators, to hopefully work around audio driver issues on Windows.
This commit is contained in:
parent
bea9215a0e
commit
520ed0390e
2 changed files with 2 additions and 2 deletions
|
|
@ -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 ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue