Skip to content

Commit 54fedf4

Browse files
authored
Update sampler.rb
Make trigger work.
1 parent 78fcacd commit 54fedf4

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
@@ -41,6 +41,6 @@ def draw
4141
end
4242
play_sound[i] = rand(0..1)
4343
end
44-
end
45-
@trigger = millis + rand(200..1000)
44+
@trigger = millis + rand(200..1000)
45+
end
4646
end

0 commit comments

Comments
 (0)