Class: Deftones::Component::Limiter

Inherits:
Deftones::Compressor
  • Object
show all
Defined in:
lib/deftones/component/limiter.rb

Instance Method Summary collapse

Constructor Details

#initialize(threshold: -1.0,, ratio: 20.0, attack: 0.001, release: 0.05, **options) ⇒ Limiter

Returns a new instance of Limiter.



6
7
8
# File 'lib/deftones/component/limiter.rb', line 6

def initialize(threshold: -1.0, ratio: 20.0, attack: 0.001, release: 0.05, **options)
  super(threshold: threshold, ratio: ratio, attack: attack, release: release, **options)
end