Skip to content

Commit 6ea530c

Browse files
committed
2 parents 9fb1a87 + 45d9aae commit 6ea530c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

processing_app/library/sound/soundfile/sampler.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ def draw
4545
end
4646
play_sound[i] = rand(0..1)
4747
end
48-
end
49-
@trigger = millis + rand(200..1000)
48+
@trigger = millis + rand(200..1000)
49+
end
5050
end
5151
end
5252

0 commit comments

Comments
 (0)