Class: Tone::Synth::Poly

Inherits:
Base
  • Object
show all
Defined in:
lib/tone/synth.rb

Instance Method Summary collapse

Methods inherited from Base

#==, #chain, #volume

Constructor Details

#initialize(**opts) ⇒ Poly

Returns a new instance of Poly.



89
90
91
# File 'lib/tone/synth.rb', line 89

def initialize(**opts)
  super `new Tone.PolySynth().toMaster()`, **opts
end