Class: Voicemeeter::Patch::PatchAsioIn
- Defined in:
- lib/voicemeeter/patch.rb
Instance Method Summary collapse
Methods inherited from PatchAsio
Methods included from IRemote
Methods included from Logging
Instance Method Details
#get ⇒ Object
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 |