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