mirror of
https://github.com/onyx-and-iris/voicemeeter-rb.git
synced 2024-11-15 15:00:46 +00:00
rename type_ arg to mode
This commit is contained in:
parent
ea57227b46
commit
bdd4cbe9d8
@ -14,12 +14,12 @@ module Voicemeeter
|
||||
super
|
||||
end
|
||||
|
||||
def getter(mode)
|
||||
@remote.get_buttonstatus(@index, mode)
|
||||
def getter(type_)
|
||||
remote.get_buttonstatus(@index, type_)
|
||||
end
|
||||
|
||||
def setter(set, mode)
|
||||
@remote.set_buttonstatus(@index, set, mode)
|
||||
def setter(type_, val)
|
||||
remote.set_buttonstatus(@index, type_, val)
|
||||
end
|
||||
|
||||
def state
|
||||
|
Loading…
Reference in New Issue
Block a user