Class: Voicemeeter::Strip::StripComp

Inherits:
Object
  • Object
show all
Extended by:
MetaFunctions
Includes:
IRemote
Defined in:
lib/voicemeeter/strip.rb

Instance Method Summary collapse

Methods included from IRemote

#apply, #initialize, #to_s

Methods included from Logging

#logger

Instance Method Details

#identifierObject



66
67
68
# File 'lib/voicemeeter/strip.rb', line 66

def identifier
  "strip[#{@index}].comp"
end

#knobObject



70
71
72
# File 'lib/voicemeeter/strip.rb', line 70

def knob
  getter("")
end

#knob=(val) ⇒ Object



74
75
76
# File 'lib/voicemeeter/strip.rb', line 74

def knob=(val)
  setter("", val)
end