class Tone::Synth::Poly

Public Class Methods

new(**opts) click to toggle source
Calls superclass method Tone::Synth::Base::new
# File lib/tone/synth.rb, line 89
def initialize(**opts)
  super `new Tone.PolySynth().toMaster()`, **opts
end