Class: Tone::Synth::AM

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) ⇒ AM

Returns a new instance of AM.



39
40
41
# File 'lib/tone/synth.rb', line 39

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