Class: Voicemeeter::Patch::PatchComposite
- Inherits:
-
Object
- Object
- Voicemeeter::Patch::PatchComposite
show all
- Includes:
- IRemote
- Defined in:
- lib/voicemeeter/patch.rb
Instance Method Summary
collapse
Methods included from IRemote
#apply, #initialize, #to_s
Methods included from Logging
#logger
Instance Method Details
#get ⇒ Object
59
60
61
|
# File 'lib/voicemeeter/patch.rb', line 59
def get
getter("composite[#{@index}]").to_i
end
|
#set(val) ⇒ Object
63
64
65
|
# File 'lib/voicemeeter/patch.rb', line 63
def set(val)
setter("composite[#{@index}]", val)
end
|