mirror of
https://github.com/onyx-and-iris/voicemeeter-rb.git
synced 2026-09-27 04:42:26 +00:00
ensure we initialize comp arrays
use zip,map to calculate comps
This commit is contained in:
@@ -64,7 +64,7 @@ module Voicemeeter
|
||||
cache[:strip_buf], cache[:bus_buf] = _get_levels
|
||||
!(
|
||||
cache[:strip_level] == cache[:strip_buf] &&
|
||||
@cache[:bus_level] == cache[:bus_buf]
|
||||
cache[:bus_level] == cache[:bus_buf]
|
||||
)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user