Class: Chaussettes::Effect::Gain
- Inherits:
-
Object
- Object
- Chaussettes::Effect::Gain
- Defined in:
- lib/chaussettes/effect/gain.rb
Overview
Represents a gain effect
Constant Summary collapse
- TYPE_MAP =
{ :e => 'e', 'e' => 'e', :equalize => 'e', :B => 'B', 'B' => 'B', :balance => 'B', :b => 'b', 'b' => 'b', :balance_protect => 'b', :r => 'r', 'r' => 'r', :reclaim_headroom => 'r', :n => 'n', 'n' => 'n', :normalize => 'n', :l => 'l', 'l' => 'l', :limiter => 'l', :h => 'h', 'h' => 'h', :headroom => 'h' }.freeze
Instance Attribute Summary collapse
-
#commands ⇒ Object
readonly
Returns the value of attribute commands.
Instance Method Summary collapse
-
#initialize(db, *opts) ⇒ Gain
constructor
A new instance of Gain.
Constructor Details
Instance Attribute Details
#commands ⇒ Object (readonly)
Returns the value of attribute commands.
16 17 18 |
# File 'lib/chaussettes/effect/gain.rb', line 16 def commands @commands end |