Sha256: f681c33371f4e58e089043755cb738d5972283702cd4e5248c45332d0b51a89b

Contents?: true

Size: 148 Bytes

Versions: 1

Compression:

Stored size: 148 Bytes

Contents

module RubySketch


  class Window < Processing::Window

    def on_update(e)
      Beeps.process_streams!
    end

  end# Window


end# RubySketch

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubysketch-0.5.3 lib/rubysketch/window.rb