Class: Tone::Synth::FM

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

Returns a new instance of FM.



51
52
53
# File 'lib/tone/synth.rb', line 51

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