class Tone::Event::Part

Public Class Methods

new(definitions, &block) click to toggle source
Calls superclass method
# File lib/tone/event.rb, line 20
def initialize(definitions, &block)
  super `new Tone.Part(#{block.to_n}, #{definitions.to_n})`
end