Class: Beeps::Gain
- Inherits:
-
Object
- Object
- Beeps::Gain
- Defined in:
- lib/beeps/processor.rb
Instance Method Summary collapse
-
#initialize(gain = 1, **kwargs, &block) ⇒ Gain
constructor
A new instance of Gain.
Constructor Details
#initialize(gain = 1, **kwargs, &block) ⇒ Gain
Returns a new instance of Gain.
95 96 97 |
# File 'lib/beeps/processor.rb', line 95 def initialize(gain = 1, **kwargs, &block) super(gain: gain, **kwargs, &block) end |