Class: Voicemeeter::Strip::StripGate

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



86
87
88
# File 'lib/voicemeeter/strip.rb', line 86

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

#knobObject



90
91
92
# File 'lib/voicemeeter/strip.rb', line 90

def knob
  getter("")
end

#knob=(val) ⇒ Object



94
95
96
# File 'lib/voicemeeter/strip.rb', line 94

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