We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d278ce commit a34a84eCopy full SHA for a34a84e
1 file changed
library/sound/soundfile/sampler.rb
@@ -45,8 +45,8 @@ def draw
45
end
46
play_sound[i] = rand(0..1)
47
48
+ @trigger = millis + rand(200..1000)
49
- @trigger = millis + rand(200..1000)
50
51
52
0 commit comments