MacroButton class renemed to Button

This commit is contained in:
onyx-and-iris 2023-07-09 05:48:24 +01:00
parent abd64034b1
commit 9fbf67701c

View File

@ -9,7 +9,7 @@ module Voicemeeter
TRIGGER = 3
end
class MacroButton < IRemote
class Button < IRemote
def initialize(remote, i)
super
end