Class: Voicemeeter::Fx
- Inherits:
-
Object
- Object
- Voicemeeter::Fx
- Extended by:
- MetaFunctions
- Includes:
- IRemote
- Defined in:
- lib/voicemeeter/fx.rb
Instance Attribute Summary collapse
-
#delay ⇒ Object
readonly
Returns the value of attribute delay.
-
#reverb ⇒ Object
readonly
Returns the value of attribute reverb.
Instance Method Summary collapse
- #identifier ⇒ Object
-
#initialize(remote) ⇒ Fx
constructor
A new instance of Fx.
Methods included from IRemote
Methods included from Logging
Constructor Details
Instance Attribute Details
#delay ⇒ Object (readonly)
Returns the value of attribute delay.
6 7 8 |
# File 'lib/voicemeeter/fx.rb', line 6 def delay @delay end |
#reverb ⇒ Object (readonly)
Returns the value of attribute reverb.
6 7 8 |
# File 'lib/voicemeeter/fx.rb', line 6 def reverb @reverb end |
Instance Method Details
#identifier ⇒ Object
14 15 16 |
# File 'lib/voicemeeter/fx.rb', line 14 def identifier :fx end |