Skip to content

Commit

Permalink
add public range clamp for euclidean to avoid infinite loop
Browse files Browse the repository at this point in the history
  • Loading branch information
trentgill committed Jun 23, 2021
1 parent f307624 commit 3dd5c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion euclidean.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

-- ER parameters for each channel.
public{lengths = {16,16,16,16}}
public{fills = {4,5,9,12}}
public{fills = {4,5,9,12}}:range(1,64)
public{offsets = {0,0,0,0}}

-- private state
Expand Down

0 comments on commit 3dd5c52

Please sign in to comment.