11 12 13
# File 'lib/ruck/ugen/ugen.rb', line 11 def run super end
15 16 17 18 19 20
# File 'lib/ruck/ugen/ugen.rb', line 15 def sim_to(new_now) while @now < new_now.to_i BLACKHOLE.next @now @now += 1 end end