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
@ -37,7 +37,7 @@ function dsp_ioconfig ()
|
||||
end
|
||||
|
||||
function dsp_options ()
|
||||
return { time_info = true }
|
||||
return { time_info = true, regular_block_length = true }
|
||||
end
|
||||
|
||||
function dsp_params ()
|
||||
|
@ -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…
Reference in New Issue
Block a user