Class: Voicemeeter::PhysicalStrip
- Includes:
- Mixin::Fx, Mixin::Xy::Color, Mixin::Xy::Fx, Mixin::Xy::Pan
- Defined in:
- lib/voicemeeter/strip.rb
Instance Attribute Summary
Attributes inherited from Strip
Instance Method Summary collapse
-
#initialize(remote, i) ⇒ PhysicalStrip
constructor
A new instance of PhysicalStrip.
Methods included from Conversions
Methods inherited from Strip
Methods included from Mixin::Fades
Methods inherited from IRemote
#getter, #identifier, #set_multi, #setter, #to_s
Constructor Details
#initialize(remote, i) ⇒ PhysicalStrip
Returns a new instance of PhysicalStrip.
47 48 49 50 51 52 |
# File 'lib/voicemeeter/strip.rb', line 47 def initialize(remote, i) super self.make_accessor_float :comp, :gate, :audibility @device = StripDevice.new(remote, i) end |