Class: Tone::Synth::Simple

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

Returns a new instance of Simple.



95
96
97
# File 'lib/tone/synth.rb', line 95

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