Class: Tone::Synth::Pluck

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

Returns a new instance of Pluck.



83
84
85
# File 'lib/tone/synth.rb', line 83

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