Class: Voicemeeter::PhysicalStrip

Inherits:
Strip show all
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

#device, #gainlayer, #levels

Instance Method Summary collapse

Methods included from Conversions

Boolean

Methods inherited from Strip

#identifier, make

Methods included from Mixin::Fades

#fadeby, #fadeto

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