Class: Voicemeeter::VirtualStrip

Inherits:
Strip show all
Includes:
Mixin::Apps, 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 Mixin::Apps

#appgain, #appmute

Methods inherited from Strip

#identifier, make

Methods included from Mixin::Fades

#fadeby, #fadeto

Methods included from Conversions

Boolean

Methods inherited from IRemote

#getter, #identifier, #set_multi, #setter, #to_s

Constructor Details

#initialize(remote, i) ⇒ VirtualStrip

Returns a new instance of VirtualStrip.



59
60
61
62
63
64
# File 'lib/voicemeeter/strip.rb', line 59

def initialize(remote, i)
  super
  self.make_accessor_bool :mc
  self.make_accessor_int :k
  self.make_accessor_float :bass, :mid, :treble
end