class Tone::Synth::Noise
TODO
Public Class Methods
new(**opts)
click to toggle source
Calls superclass method
Tone::Synth::Base::new
# File lib/tone/synth.rb, line 77 def initialize(**opts) super `new Tone.NoiseSynth().toMaster()`, **opts end