Skip to content

Commit

Permalink
with copied sounds, demo is a little less interesting
Browse files Browse the repository at this point in the history
  • Loading branch information
MenTaLguY authored and localhost committed Jun 5, 2011
1 parent 4a91c45 commit 6c8da0b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions ext/ruby/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,5 @@
loop do
b.play
saw.test
[saw, beat, beat2, beat3].each do |s|
s.repeat += (rand - 0.5) * 0.2
s.decay += (rand - 0.5) * 0.2
s.sustain += (rand - 0.5) * 0.2
s.punch += (rand - 0.5) * 0.2
s.sweep += (rand - 0.5) * 0.2
s.lpf += (rand - 0.5) * 0.2
s.lsweep += (rand - 0.5) * 0.2
s.resonance += (rand - 0.5) * 0.2
end
sleep 0.02 while !b.stopped?
end

0 comments on commit 6c8da0b

Please sign in to comment.