Skip to content

Commit

Permalink
Enable regular_block_length in all arpeggiators, to hopefully work ar…
Browse files Browse the repository at this point in the history
…ound audio driver issues on Windows.
  • Loading branch information
agraef committed Nov 20, 2023
1 parent 806e669 commit 8e0b600
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dsp/barlow_arp.lua
Expand Up @@ -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 ()
Expand Down
2 changes: 1 addition & 1 deletion dsp/simple_arp.lua
Expand Up @@ -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 ()
Expand Down

0 comments on commit 8e0b600

Please sign in to comment.