Class: Tone::Synth::Duo

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

Returns a new instance of Duo.



45
46
47
# File 'lib/tone/synth.rb', line 45

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