class Tone::Synth::AM
Public Class Methods
new(**opts)
click to toggle source
Calls superclass method
Tone::Synth::Base::new
# File lib/tone/synth.rb, line 39 def initialize(**opts) super `new Tone.AMSynth().toMaster()`, **opts end