Class: Voicemeeter::Patch::PatchAsioIn

Inherits:
PatchAsio
  • Object
show all
Defined in:
lib/voicemeeter/patch.rb

Instance Method Summary collapse

Methods inherited from PatchAsio

#identifier

Methods included from IRemote

#apply, #initialize, #to_s

Methods included from Logging

#logger

Instance Method Details

#getObject



32
33
34
# File 'lib/voicemeeter/patch.rb', line 32

def get
  getter("asio[#{@index}]").to_i
end

#set(val) ⇒ Object



36
37
38
# File 'lib/voicemeeter/patch.rb', line 36

def set(val)
  setter("asio[#{@index}]", val)
end