observer alias for callback added

This commit is contained in:
onyx-and-iris 2023-07-20 09:50:31 +01:00
parent 95cccdcfc7
commit ba64d8fd4a

View File

@ -16,6 +16,7 @@ module Voicemeeter
attr_reader :kind, :midi, :event, :running, :callback, :delay
attr_accessor :cache
alias_method :observer, :callback
RATELIMIT = 0.033
DELAY = 0.001