Class: Tone::Synth::Noise

Inherits:
Base
  • Object
show all
Defined in:
lib/tone/synth.rb

Overview

TODO

Instance Method Summary collapse

Methods inherited from Base

#==, #chain, #volume

Constructor Details

#initialize(**opts) ⇒ Noise

Returns a new instance of Noise.



77
78
79
# File 'lib/tone/synth.rb', line 77

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