mirror of
https://github.com/onyx-and-iris/voicemeeter-rb.git
synced 2024-11-22 09:50:49 +00:00
observer alias for callback added
This commit is contained in:
parent
95cccdcfc7
commit
ba64d8fd4a
@ -16,6 +16,7 @@ module Voicemeeter
|
|||||||
|
|
||||||
attr_reader :kind, :midi, :event, :running, :callback, :delay
|
attr_reader :kind, :midi, :event, :running, :callback, :delay
|
||||||
attr_accessor :cache
|
attr_accessor :cache
|
||||||
|
alias_method :observer, :callback
|
||||||
|
|
||||||
RATELIMIT = 0.033
|
RATELIMIT = 0.033
|
||||||
DELAY = 0.001
|
DELAY = 0.001
|
||||||
|
Loading…
Reference in New Issue
Block a user